HTML CSS Reference/CSS Attributes and Javascript Style Properties/visited — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Текущая версия на 08:19, 26 мая 2010
"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.