hr
The hr HTML element represents a horizontal rule or paragraph-level thematic break.
Syntax
HTML
<hr attribute-name="attribute-value">
Attributes
CSS
hr { border-style: inset; border-width: 1px; display: block; margin: 0.5em auto; }
The hr HTML element represents a horizontal rule or paragraph-level thematic break.
<hr attribute-name="attribute-value">
hr { border-style: inset; border-width: 1px; display: block; margin: 0.5em auto; }