NOSHADE attribute (hr)
Specifies whether the horizontal rule should be displayed as flat instead of three dimensional.
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".
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?
|
Supported by tags:
Related pages:
External links:
User Contributed Comments