CSS Pseudo-class :link Selector
What is a CSS Pseudo-class :link Selector?
- The :link pseudo-class selector specifies links that have not been visited. In the following example, the color property will be set to green for any <a> element link that has not been visited.