SitePoint
Reference
CSS
Selector Reference
Pseudo-classes
:visited
CSS Live Demo: :visited
(this page)
See also:
All Live Demos
CSS Live Demo: :visited
Type your
CSS
here:
(any properties allowed except expression, behavior and @import)
a:visited { color:#cccccc; }
Type your
HTML
here:
(any tags allowed except script, iframe, frame, object, img and embed)
<ul> <li><a href="http://www.sitepoint.com/">www.sitepoint.com</a></li> <li><a href="http://www.bbc.co.uk/">www.bbc.co.uk</a></li> <li><a href="http://www.news.com.au/">www.news.com.au</a></li> </ul> <p> The <code>:visited</code> pseudo-class will apply to any <em>visited</em> links in the list above. </p>
Show me!
Your results appear here: