ap | 9cd074c | 2006-01-05 20:48:53 +0000 | [diff] [blame] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
thatcher | ffd46e0 | 2005-10-25 00:42:22 +0000 | [diff] [blame] | 2 | <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> |
darin | ec37548 | 2007-01-06 01:36:24 +0000 | [diff] [blame] | 14 | <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"> |
thatcher | ffd46e0 | 2005-10-25 00:42:22 +0000 | [diff] [blame] | 15 | </head> |
| 16 | <body> |
darin | ec37548 | 2007-01-06 01:36:24 +0000 | [diff] [blame] | 17 | <p><a href="">While you are hovering over this link, it should go green.</a></p> |
thatcher | ffd46e0 | 2005-10-25 00:42:22 +0000 | [diff] [blame] | 18 | </body> |
| 19 | </html> |