Home > Abakada: Back to Basics > Language References > HTML Element Attributes > NOSHADE Attribute
Sets or retrieves whether the horizontal rule is drawn with 3-D shading.
Inline |
<HR NOSHADE ... > |
Script |
hr.noShade = bShade ] |
false |
The horizontal rule ( HR ) is drawn with 3-D shading. |
true |
The HR is drawn without 3-D shading. |
This property returns or accepts only a boolean value, meaning true if set, and false if not. The property is read/write with a default value of false.
When set, this boolean attribute specifies that the user agent render the rule in a solid color rather than as the traditional two-color "groove".
HR