Posted 11 years ago
·
Author
A brief tutorial on styling links (<a href=""></a>).
Links have 4 selectors:
Selector Descriptions:
Example Usage:
Links have 4 selectors:
- A:link
A:visited
A:active
A:hover
Selector Descriptions:
- A:link
Defines the style for normal unvisited links.
A:visited
Defines the style for visited links.
A:active
Defines the style for active links.
A link becomes active once you click on it.
A:hover
Defines the style for hovered links.
A link is hovered when the mouse moves over it.
Note: Not supported by Netscape browsers prior to version 6.
Example Usage: