富贵资源网 Design By www.hznty.com
因为鼠标移动到链接上,点击链接后,字体颜色大小都会变化,所以不贴图了,直接上代码:
特别要注意的是:清除浏览器缓存测试!
还有css中link,hover,visited顺序注意一下!
linkhovervisited.html
复制代码代码如下:
<html>
<head>
<link rel="stylesheet" type="text/css" href="css1.css"/>
</head>
<body>
<a href="http://www.sohu.com" target="_blank">百度</a>
<a href="#"><img src="/UploadFiles/2021-03-30/2.png"><a href="#"><img src="3.png"></body>
</html>
css1.css
a:link{
color:red;
text-decoration:none;
font-size:30px;
}
a:visited{
color:green;
}
a:hover{
color:yellow;
text-decoration:underline;
font-size:50px;
}
特别要注意的是:清除浏览器缓存测试!
还有css中link,hover,visited顺序注意一下!
linkhovervisited.html
复制代码代码如下:
<html>
<head>
<link rel="stylesheet" type="text/css" href="css1.css"/>
</head>
<body>
<a href="http://www.sohu.com" target="_blank">百度</a>
<a href="#"><img src="/UploadFiles/2021-03-30/2.png"><a href="#"><img src="3.png"></body>
</html>
css1.css
a:link{
color:red;
text-decoration:none;
font-size:30px;
}
a:visited{
color:green;
}
a:hover{
color:yellow;
text-decoration:underline;
font-size:50px;
}
富贵资源网 Design By www.hznty.com
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站删除!
免责声明:本站资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站删除!
富贵资源网 Design By www.hznty.com
暂无评论...