HTML/CSS/Link Attributes/alink
Версия от 09:21, 26 мая 2010; (обсуждение)
"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>