HTML <br> (Line Break) Tag

❮ Previous Reference Next ❯

Example

<p>This text will be broken here <br>and continued on a new line.</p>

Meaning

The <br> HTML element produces a line break in text (carriage-return). It is useful for writing a poem or an address, where the division of lines is significant.

Notes:

Version: HTML 2, 3.2, 4, 4.01, 5


Standard Syntax

HTML:<br>, XHTML:<br />



Browser Support




Status







Deprecated Attributes

Attribute Value Description
clear none
left
right
all
This attribute forces the insertion of vertical space so that the tagged text can be positioned with respect to images. Use CSS clear property.

Global Attributes

<br> element also supports the Global Attributes in HTML.


Event Attributes

<br> element also supports the Event Attributes in HTML.


By Default CSS Value(s)

None

❮ Previous Reference Next ❯