| Syntax: | A : link {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 a link.
Example:
a:link {color:red; text-decoration:none}