| Syntax: | A : visited {value} |
|---|---|
| Possible Values : | any font manipulating declaration |
| Initial Value : | Not defined |
| Applies to: | anchor element |
| Inherited : | Yes |
The link pseudo-class is used to add effects to an visited link.
Example:
a:visited {color:gray; font-style:italic;}
see example in action