HR
The hr 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;
}