HTML CSS Reference/HTML Attributes Reference/alink

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

"alink" Example

   <source lang="html4strict">
   

<HTML> <Title>Example For alink</Title> <BODY alink="red">

<a href="http://www.wbex.ru/" target=_blank>wbex.ru</a>

</BODY> </HTML>


     </source>
   
  


alink is applied to

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | Applied_To |<body> | +----------------+--------------------------------------------------------------+

     </source>
   
  


"alink" Syntax and Note

   <source lang="html4strict">

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>


     </source>