The break tag. Inserts a single line break. That this tag is used to insert blank lines, not to separate paragraphs.
<br />
<p>The first line of some text;<br /> the second line after the break tag</p>