Skip to main content
A

Anonymous

Oct 13, 2024

How do you skip lines in HTML?

I have some HTML code, and I would like to create a blank line between an image and some text. What HTML code should I use to achieve this spacing?

9 Answers

A
Anonymous

Dec 07, 2024

<br> will start a new line, so <br><br> will start a new line and then start a new line again, creating a blank line.

There are other ways, but this is easy.

A
Anonymous

Jan 11, 2025

This Site Might Help You.

RE:

How do you skip lines in HTML?

If I had some HTML and I wanted to have just one line of nothing, say in between a picture and text, what would the HTML I put in be?

A
Anonymous

Dec 11, 2024

HTML is intended to provide paragraphs. A break in paragraphs is done with the <p>. But if you want a new line in the middle of a paragraph, then use <br>.

You can also provide preformatted text. Start the section with <pre> and end that section with </pre> The preformatted text will use the Courier font, but will accept Carrage Return and Line Feed characters to control the text.

Beyond this simple stuff, you would use CSS, or Cascading Style Sheets.

A
Anonymous

Dec 24, 2024

*points up* what they said. if you want to learn html it’s pretty simple, there are TONS of books out there on it. And tons of reference material on the internet. Just do a search on “HTML” tutorial, i’m sure you’ll find some quick answers.

A
Anonymous

Jan 27, 2025

https://shorturl.im/aw5IP

<br> is used to go to the next line (easy way to remember it: br stands for line BReak, just fyi) <p></p> is for paragraphs and will put an extra line between them.

A
Anonymous

Dec 11, 2024

<br> skips a line

<p> skips a line and then indents the next line.

<br><br> will skip two lines like this:

and will start here.

Basically <br> is like pressing the Enter or Return key.

A
Anonymous

Dec 21, 2024

Just put in a couple of ‘<br>’ instructions

A
Anonymous

Feb 07, 2025

For non-spaced lines the correct implementation is now

Want to answer this question?

Join our community to share your knowledge!

Related Questions

3
A question for bike riders, How come the back wheel is always following the front one, Is that odd or what. ?

Have you ever noticed how the rear wheel of a bike seems to follow the front wheel closely? Why does this happen, and is...

8
CSS stands for Cybernet Slash Support or Cybernet Software Systems ?

What does CSS stand for: Cybernet Slash Support or Cybernet Software Systems? I came across a company located in T. Naga...

1
Today’s CPUs run at speeds measured in kilohertz.?

Today's CPUs operate at speeds measured in gigahertz rather than kilohertz. Is this statement true or false?

7
Which view in a presentation program displays your slides in full-screen mode?

What view in a presentation program allows you to display your slides in full-screen mode?

10
does wizard101 give viruses?

I played Wizard101 on my other computer alongside some other games, and I had a lot of fun. However, my computer ended u...

4
Should I block OffSpon.Exe from Microsoft’s Office?

I recently purchased a new PC, and as is often the case, it came with trial versions of Microsoft programs. Specifically...

2
What are some advantages and disadvantages of locally installed software?

What are the advantages and disadvantages of locally installed software? Could you please provide a detailed overview of...

4
WHAT is “OSD” timer in my LCD moniter . i dont know why it shuts down when comp is workin?

I am experiencing an issue with my LCD monitor, which shuts down automatically after a few minutes of use. I would like...

10
does Xbox 360 play Blu ray disc?

Does the Xbox 360 support playback of Blu-ray discs?

3
Should I buy the Beats headphones?? Please help. ?

I’ve wanted to try a pair of Beats by Dre headphones for a while, but I’ve been debating whether the price is worth it....