HTML CSS Reference/HTML Attributes Reference/alink
"alink" Example
<HTML>
<Title>Example For alink</Title>
<BODY alink="red">
<p><a href="http://www.wbex.ru/" target=_blank>wbex.ru</a></p>
</BODY>
</HTML>
alink is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |<body> |
+----------------+--------------------------------------------------------------+
"alink" Syntax and Note
Note:
This attribute specifies the link color inside the <body> when it has the focus.
Its value is either a color name or a hexadecimal color value using the
"#RRGGBB" method.
Syntax:
<body alink="value"> . . . </body>