HTML and CSS Reference
In-Depth Information
Name
:visited
Applies to:
A hyperlink to another resource that has already been visited
Description:
This applies to a link to a URI that has been visited; that is, the URI to which the link points
appears in the user agent's history. This state is mutually exclusive with the :link state.
Examples:
a:visited {color: purple;}
*:visited {color: gray;}
Search WWH ::




Custom Search