HTML/CSS/Link Attributes/alink

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

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

    
<HTML>
<Title>Example For alink</Title>
<BODY alink="red">
<p><a href="http://www.wbex.ru/" target=_blank>wbex.ru</a></p>
</BODY>
</HTML>