<hr>
HTML <hr> Element Reference
The HTML <hr> element represents a thematic break between paragraphs or sections.
Categories
- Grouping content
Tag omission
This is a void element and does not have an end tag.
Content model
- Detailed content-model guidance will be added to this reference.
Attributes
Examples
Example
A practical hr element example.
<p>First topic</p>
<hr>
<p>New topic</p>