HTML/CSS/Link Attributes/alink

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

"alink" specifies the link color inside the "body" when it has the focus

   <source lang="html4strict">
   

<HTML> <Title>Example For alink</Title> <BODY alink="red">

<a href="http://www.wbex.ru/" target=_blank>wbex.ru</a>

</BODY> </HTML>


     </source>