HTML <hr> Tag
In HTML 5, the hr tag specifies a thematic break between paragraphs, whereas in HTML 4.01 it specifies a horizontal rule.
In an HTML page, the <hr>
element specifies a thematic break (e.g. a shift of topic).
The <hr>
element is most commonly used as a horizontal rule used to split information (or denote a change) in an HTML page.
Syntax
Supported Browsers
Element | Chrome | Firefox | Safari | Edge / IE | Opera |
---|---|---|---|---|---|
<hr> | Yes | Yes | Yes | Yes | Yes |