The noshade attribute of the HR element specifies the solid color for the horizontal rule.
<hr noshade>
| Attribute | Value | Explanation |
|---|---|---|
| noshade | noshade | no-shade rendering (HTML : noshade | XHTML : noshade="noshade") |
The use of this attribute is deprecated.
<hr> (Default)
<hr noshade>
<hr size="10"> <hr size="10" noshade>