Text

br

The break tag. Inserts a single line break. That this tag is used to insert blank lines, not to separate paragraphs.

Syntax

<br />

Example

<p>The first line of some text;<br />
the second line after the break tag</p>

Related tags

CSS Properties

HTML attributes

Search the Soup!