HTML CSS Reference/CSS Attributes and Javascript Style Properties/visited
"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.