Pseudo-class: link

Support Key: CSS1 | CSS2 | IE3 | N4 | O3.5
Other CSS Pseudo-Classes
first-child
visited
active
hover
focus
lang
= Index DOT Css by Brian Wilson [bloo@blooberry.com] =
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....