Git init
[framework/web/webkit-efl.git] / LayoutTests / css2.1 / t0511-c21-pseud-link-00-e.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
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: green;}
8    a:visited {color: red;}
9    a:hover {color: red;}
10    a:focus {color: red;}
11    a:active {color: red;}
12    #one {color: red;}
13   </style>
14   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#q15" title="5.11 Pseudo-classes">
15  </head>
16  <body>
17   <p><a href="http://unvisited.example.com/">This link should be green.</a> (do not hover over it or activate it)</p>
18  </body>
19 </html>