Pattern:
:visited
Definition:
The :visited pseudo-class matches links that have already been visited by the user.
Examples:
Style all visited links
a:visited { color: tomato; }
Pattern:
:visited
Definition:
The :visited pseudo-class matches links that have already been visited by the user.
Examples:
Style all visited links
a:visited { color: tomato; }
Designed by : w10schools
service@w10schools.com
Please login to continue.