HTML CSS Reference/CSS Attributes and Javascript Style Properties/link

Материал из Web эксперт
Перейти к: навигация, поиск

"link" Example

    
<html>
<head>
<style>
a:link { font-weight:bold; color:red }
</style>
</head>
<body>
<a href="http://www.wbex.ru" target="_blank">wbex.ru page link</a>
</body>
</html>



"link" is applied to

+----------------+--------------------------------------------------------------+
| Applied_To     |<a>                                                           |
+----------------+--------------------------------------------------------------+



"link" Syntax and Note

Note:
Sets the style of <a> before visited.