CSS Pseudo-class :link
Description:The :link pseudo-class is used to add special effect to an unvisited link. While defining pseudo-classes in a <style>...</style> block, following points should be taken care:
Possible Values:
Applies to:Anchor / Link element. Example:Following is the example which demonstrates how to use :link class to set the link color.
This will produce following black link:
|