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