<hr>
The horizontal rule element represents a thematic break between paragraph-level content.
Syntax
<hr> Examples
<p>End of chapter one.</p>
<hr>
<p>Chapter two begins.</p>
Output
Renders a horizontal divider line indicating a thematic shift between the two paragraphs.
Notes
A void element conveying a semantic topic change, not mere decoration. Style thickness and color with the border/background CSS properties.
Browser & runtime support
| Environment | Since version |
|---|---|
| chrome | 1.0 |
| firefox | 1.0 |
| safari | 1.0 |
| edge | 12 |