HTML CSS Reference/HTML Attributes Reference/noshade
"noshade" Example
<html>
<head>
</head>
<body>
<hr>
<br>
<hr noshade>
</body>
</html>
noshade is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |<hr> |
+----------------+--------------------------------------------------------------+
"noshade" Syntax and Note
Note:
This attribute causes an <hr> rule to appear as a solid bar with no shading.
Syntax:
<hr noshade>