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




Custom Search