A line break.

The <br> tag inserts a single line break.

The <br> tag is an empty tag which means that it has no end tag.

Required Attributes

  • None.

Optional Attributes

Example

<p>some text here an then <br />
some more text next line</p>

Changes in HTML5

  • None.

Related Tags