HTML HR Tag
Reference on the HTML hr Element. Includes a list of allowed attributes, and useful example.
The HTML HR Element is used to insert a horizontal rule, (also known as horizontal line).
You can style the hr element with CSS, which may also be the reason why its called a rule.
Attributes
Standard Attributes.
| Attribute: | Value: | Description: |
| Attributes | Other Attributes | Common, Event, I18n |
HTML hr Example
Inline Quote Example.
<p> Hallo This is some Text</p> <hr>