(013)layout_超链接伪类

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
  <head>
    <title>a_pseudo.html</title>
    
    <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
    <meta http-equiv="description" content="this is my page">
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    
    <!--<link rel="stylesheet" type="text/css" href="./styles.css">-->
    <style type="text/css">
        a {text-decoration:none;}
        a:link {color:#06f;}
        a:visited {color:#999;}
        a:hover {color:#f00;}
        a:active {color:#f0f;}
    </style>
  </head>
  
  <body>
        <a href="#">这里是链接</a>
        <a href="#">这里也是链接</a>
  </body>
</html>

 

posted @ 2015-01-30 08:37  雪中飞雁  阅读(58)  评论(0)    收藏  举报