阅读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()什么时候执行以及动态绘制结构事件绑定