CSS Pseudo-class :visited
Description:The :visited pseudo-class is used to add special effect to a visited 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:
|