br

Support

Inserts a line break.

The br tag is used to insert a line break into text.

Example

<p>
Some text before the line breaks.
<br /> <br /> <br /> <br /> <br />
Some text after the line breaks.
</p>

Preview

Some text before the line breaks.




Some text after the line breaks.