天天看點

連結僞類的應用

<head>

<meta http-equiv="content-type" content="text/html; charset=gb2312" />

<title>無标題文檔</title>

<style type="text/css">

<!--

a:link{

 color:red;

 text-decoration:none;

}

a:visited{

 color:pink;

a:hover{

 background-color:green;

 color:yellow;

a:active{

 background-color:blue;

-->

</style>;

</head>

<body>

<a href="http://www.baidu.com" target="_blank" >baidu</a>

</body>