This page is part of the CSS3.info CSS selectors test. See more info on CSS3 selectors.

  1. a:link {
    }
    
    <a href='not-yet-visited.html'></a>

    The CSS selector should match the link because it has not yet been visited

  2. a:link {
    }
    
    <a href='already-visited.html'></a>

    The CSS selector should not match the link because it already has been visited