HTML Code for Break

What is the HTML code for Break?

... The <br> tag in HTML stands for line break. It is used to create a new line within a paragraph or a block of text. When the browser encounters the <br> tag, it inserts a line break.

Usage of the <br> tag

... The <br> tag is a void element, meaning it does not have a closing tag. It can be used within paragraphs, addresses, list items, and other block-level elements to create single line breaks.

Creating multiple line breaks

... To create multiple line breaks, the <br> tag can be repeated multiple times or combined with CSS for better control over line spacing and layout.

Best practices for using <br> tag

...

Example code

<p>This is the first line<br>This is the second line</p>

Go from files to website in seconds.

Start a free trial for 7 days — no credit card required

Get Started for Free