伪类选择器
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>伪类选择器</title>
<style>
a:link{font-size: 30px;color: blanchedalmond;}
a:visited{font-size: 15px;background: red;}
a:hover{font-size: 100px;color: cyan;}
a:active{color: yellow;background: paleturquoise;}
</style>
</head>
<body>
<a href=" ">新闻</a >
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>伪类选择器</title>
<style>
a:link{font-size: 30px;color: blanchedalmond;}
a:visited{font-size: 15px;background: red;}
a:hover{font-size: 100px;color: cyan;}
a:active{color: yellow;background: paleturquoise;}
</style>
</head>
<body>
<a href=" ">新闻</a >
</body>
</html>
展开
评论
3
![[睡]](http://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/jj_emoji_9.8cf4c38.png)
![[哭笑]](http://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/jj_emoji_61.a296509.png)