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

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

"visited" Example

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



"visited" is applied to

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



"visited" Syntax and Note

Note: 
Sets the style of <a> after visiting.