HTML <hr> Tag

<p>Topic 1...</p>
<hr>
<p>Topic 2...</p>
<hr>
<p>Topic 3...</p>

The above example demonstrates usage of the <hr> element.

The <hr> element represents a paragraph-level thematic break. For example, this could be a scene change in a story, or a transition to another topic within a section of a reference book.

The <hr> element does not need to be used for different sections (that's what the <section> element's for). Rather, the <hr> element can be used to separate different topics within each section.