blob: 9fd49c19f8aefa08f97e0491b27d3e3cd38a84e2 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>CSS 2.1 Test Suite: anchor</title>
<style type="text/css">
a {color: green;}
a:link {color: red;}
a:visited {color: red;}
a:hover {color: green;}
a:focus {color: red;}
a:active {color: red;}
#one {color: red;}
</style>
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#q15" title="5.11 Pseudo-classes">
</head>
<body>
<p><a>This sentence should be green.</a> Check that it remains green if you click it.</p>
</body>
</html>