HTML - HR (Horizontal Rule)
Table of Contents
About
The hr component permits to delimit two sections of content by drawing a horizontal rule (hr).
It represents a paragraph-level thematic break, e.g. a scene change in a story, or a transition to another topic within a section of a reference book.
Articles Related
Syntax
Because HR is a void element, it supports both syntax
- only HTML
<hr>
- HTML- and XHTML-compatible
<hr/>