HTML CSS Reference/HTML Attributes Reference/alink

Материал из Web эксперт
Версия от 08:20, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

"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>