back

Line Break

Tag: <br>

This is used to add a line break into text; it is self enclosed and so no ending tag is required. Each tag adds one line break.

It should not be used to create new paragraphs, the paragraph tag can be used then.

Example