noshade (HTML attribute)
Example
<p>And with that the actress and the bishop made their excuses and disappeared into the night.</p> <hr noshade="noshade" /> <div id="footer">© All content copyright 2007. Even the unfunny stuff.</div>

Description
By default, most (but not all)
browsers display the hr element as a bevelled line, an
effect that is uniformly recognised as ‘a bit ugly looking’. The
noshade attribute is an optional - and deprecated -
attribute that switches the bevel effect off, flattening the
line.
<hr noshade="noshade" />as attributes must have an associated value, but in HTML 3.2 and 4.01, it is perfectly valid to have:
<hr noshade>
Value
Accepted value is only
"noshade"
Compatibility
| IE | 5.5 | Full |
|---|---|---|
| 6.0 | Full | |
| 7.0 | Full | |
| Firefox | 1.0 | Full |
| 1.5 | Full | |
| 2.0 | Full | |
| Safari | 1.3 | Full |
| 2.0 | Full | |
| 3.0 | Full | |
| Opera | 9.2 | Full |
| 9.5 | Full |
Every browser listed supports this attribute.
User-contributed notes
There are no comments yet.
Add a note
To post a note on this topic, please log in with your SitePoint username and password. If you don't have an account yet, you can create a new account for free.

