how to do a line break in html

HTML
<p>To force<br> line breaks<br> in a text,<br> use the br<br> element.</p><!-- Code by Scratchy -->
<!-- Twitter: @S_cratchy-->

Line 1 of text
<br>
Line 2 of text
Source

Also in HTML: