HTML CSS Reference/HTML Attributes Reference/vlink

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

"vlink" Example

    
<HTML>
<head><Title>Example For vlink</Title></head>
<body bgcolor="white" text="#000000" bottommargin="100" vlink="green">
<a href="http://www.wbex.ru">wbex.ru</a>
</BODY>
</HTML>



vlink is applied to

+----------------+--------------------------------------------------------------+
| Applied_To     |<body>                                                        |
+----------------+--------------------------------------------------------------+



"vlink" Syntax and Note

Note:
    
This attribute sets the link color that have already been visited. 
Its value is either a color name or a hexadecimal color value using the 
"#RRGGBB" method.
    
Syntax:
    
<body vlink="value"> . . . </body>