閱讀510 返回首頁    go 阿裏雲 go 技術社區[雲棲]


鏈接偽類的應用

 

<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;
 text-decoration:none;
}

a:hover{
 background-color:green;
 color:yellow;
 text-decoration:none;
}

a:active{
 background-color:blue;
 text-decoration:none;
}
-->
</style>;
</head>

<body>
<a href="
https://www.baidu.com" target="_blank" >Baidu</a>
</body>

最後更新:2017-04-02 22:16:18

  上一篇:go Javascript打印功能
  下一篇:go jQuery中documen.ready()什麼時候執行以及動態繪製結構事件綁定