References

Collection of references for web development.

HTML hr tag

Description

The HTML <hr> element represents a thematic break between elements in the HTML document, this is displayed as a horizontal line.

Example

<h2>Heading 1<h2>
<p>Paragraph content...</p>

<hr>

<h2>Heading 2<h2>
<p>Paragraph content...</p>