HTML/CSS/Basic Attributes/vlink

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

"vlink" sets the link color that have already been visited

   <source lang="html4strict">
   

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


     </source>