Back to Concepts

<hr>

A thematic break (horizontal rule).

The `<hr>` tag defines a thematic break in an HTML page (e.g. a shift of topic). The `<hr>` element is most often displayed as a horizontal rule that is used to separate content (or define a change) in an HTML page.

Live Example & Code

Preview Output
<p>Section 1</p><hr><p>Section 2</p>
HTMLViz
© 2026 HTMLViz. Open Source Learning.