<hr>
The <hr> element represents a thematic break between sections. Semanticus renders it as a muted border, providing visual separation without visual noise.
Basic Usage
live preview
editable html
<article>
<h3>Section One</h3>
<p>Content for the first section.</p>
<hr />
<h3>Section Two</h3>
<p>Content for the second section, visually separated by the horizontal rule.</p>
</article>