伪a标签,和鼠标经过效果

来源:互联网 发布:centos 安装pdomysql 编辑:程序博客网 时间:2024/05/16 08:25

 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>

<style>

a:link ,a:visited{
 color:black;
 text-decoration:overline underline;
}

 

a:hover, a:active{
 font-size:xx-large;
 color:red;
 text-decoration:none;
}


</style>

</head>

<body>

<a href="cssbg.html" title="网站">http://www.itshixun.com</a>
<a href="http://www.itshixun1.com" title="网站">http://www.itshixun1.com</a>
<a href="http://www.itshixun2.com" title="网站">http://www.itshixun2.com</a>
<a href="http://www.itshixun3.com" title="网站">http://www.itshixun3.com</a>

</body>
</html>

原创粉丝点击