Complete CSS Selector Reference
The :visited selector is used to select visited links.
Tip: Use the :link selector to style links to unvisited pages, the :hover selector to style links when you mouse over them, and the :active selector to style links when you click on them.
![]()
The :visited selector is supported in all major browsers.
CSS tutorial: CSS Links
CSS tutorial: CSS Pseudo classes
Select and style unvisited, visited, hover, and active links:
Style links with different styles:
Complete CSS Selector Reference
Your message has been sent to W3Schools.