Menu
Text & Formatting

<br> & <hr>

Line breaks and thematic horizontal rules.

1Breaks and Rules

<br> forces a line break inside text (use only when the break has meaning, e.g. addresses or poetry). <hr> renders a thematic break — use it to separate sections.

Example Code
<p>123 Main St.<br />Springfield, USA</p>

<section>...</section>
<hr />
<section>New section</section>

Finished reading?

Mark this topic as complete to track progress.