The color attribute of the HR element specifies the color of the horizontal rule.
<hr color="#ff0000">
| Attribute | Value | Explanation |
|---|---|---|
| color=" " | color code or name | the color of the horizontal rule |
Extension attribute. (Non standard attribute)
Use CSS instead of this attribute. Please see the "Related Document" for details on CSS.
<hr> (Default)
<hr color="#0000ff">
<hr size="10"> <hr size="10" color="red">