You are here: Reference > HTML > attributes > NOSHADE (hr)

NOSHADE attribute (hr)

Browser support:
Specifies whether the horizontal rule should be displayed as flat instead of three dimensional.
Use style properties to manipulate line styling more efficiently. (background, color, height ...)
JavaScript page for this attribute: noShade. You can find other example(s) there.

Possible values:

This attribute has no values.
Specifying the NOSHADE attribute with an arbitrary value has the same effect as specifying it with no value.
For example, all of the following declarations have the same effect: noshade, noshade="true", noshade="false", noshade="on", noshade="noshade".
Although Boolean attributes may be used with no value in HTML, for XHTML compatibility, always use the NOSHADE attribute in the following format: noshade="noshade".

Example HTML code 1:

This example illustrates the use of the noShade attribute:
<hr noshade="noshade" size="5" style="width:50%; text-align:center;" />
Did you find this example helpful? yes no

Supported by tags:

Related pages:

External links:

User Contributed Comments

Post Content

Post Content