Skip to main content

<br> : Line Break

The <br> element creates a line break in text. It can be used for a variety of purposes, such as separating paragraphs, addresses, or titles.

Examples

The following will create a line break between the two paragraphs.

<p>Text</p>
<br/>
<p>Text</p>

Version History

VersionChanges
1.0Initial release.