This page is part of the CSS3.info CSS selectors test. See more info on CSS3 selectors.
a:visited {
}
<a href='already-visited.html'></a>
The CSS selector should match the link because it already has been visited
a:visited {
}
<a href='not-yet-visited.html'></a>
The CSS selector should not match the link because it has not yet been visited