blob: b69fe860ecee18fd6e874112dc8046e7a62832ec [file] [log] [blame]
ap9cd074c2006-01-05 20:48:53 +00001<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
thatcherffd46e02005-10-25 00:42:22 +00002<html>
3 <head>
4 <title>CSS 2.1 Test Suite: anchor</title>
5 <style type="text/css">
6 a {color: red;}
7 a:link {color: blue;}
8 a:visited {color: blue;}
9 a:hover {color: green;}
10 a:focus {color: red;}
11 a:active {color: red;}
12 #one {color: red;}
13 </style>
darinec375482007-01-06 01:36:24 +000014 <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes" title="5.11.3 The dynamic pseudo-classes: :hover, :active, and :focus">
thatcherffd46e02005-10-25 00:42:22 +000015 </head>
16 <body>
darinec375482007-01-06 01:36:24 +000017 <p><a href="">While you are hovering over this link, it should go green.</a></p>
thatcherffd46e02005-10-25 00:42:22 +000018 </body>
19</html>