6. New line tags

Normally new line characters are ignored and all typed text appears together.

To force the browser to continue the text on a new line it is necessary to write the <br> tag.

The <hr> tag, in addition to a line break, will insert a separating horizontal stripe.

Labels used

<br>
Line break. Whatever is written below will appear on the next line in the browser.
<hr>
Horizontal separation line.

Page code

_images/html-newline-html.png

Result

_images/html-newline-web.png