Pseudo-class:
link

Support Key: [CSS1|CSS2|CSS2.1] [IE3|N4|O3.5|S1]
Other State-Dependent
Pseudo-Classes

visited
active
hover
focus
= Index DOT Css by Brian Wilson =
Main Index | Property Index | CSS Support History | Browser History



   Quick Statistics   
Applicable Elements:
Hyperlinks (<a HREF> elements)
HTML Equivalent:
<body LINK="#RRGGBB">
What is it?
The Link Pseudo-class applies to hyperlinks (in HTML, <A HREF> elements) that have not yet been visited by the user. The other Pseudo-class state for hyperlink visitation is :Visited, which denotes a hyperlink that has already been visited. A hyperlink can only be in one of these two states; after a specific amount of time a visited hyperlink may be returned to the unvisited state by the browser or user.
Example
Ext/Doc: a:link { font-size: 14pt; text-decoration: underline; color: blue }
In-Line:  NA
Browser Peculiarities

Boring Copyright Stuff....