HTML CSS Reference/HTML Attributes Reference/vlink

Материал из Web эксперт
Версия от 11:20, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

"vlink" Example

   <source lang="html4strict">
   

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


     </source>
   
  


vlink is applied to

   <source lang="html4strict">

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

     </source>
   
  


"vlink" Syntax and Note

   <source lang="html4strict">

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>


     </source>