HTML/CSS/Link Attributes/alink — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Версия 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>