HTML CSS Reference/HTML Attributes Reference/noshade — различия между версиями

Материал из Web эксперт
Перейти к: навигация, поиск
м (1 версия)
 
(нет различий)

Текущая версия на 08:20, 26 мая 2010

"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>