a:link
a:link { color: blue; text-decoration: none; }
将未访问链接的颜色设置为蓝色且无下划线。a:visited
a:visited { color: purple; }
将已访问链接的颜色设置为紫色。a:active
a:active { color: green; }
链接被激活时变为绿色。:hover
<a>
元素。<div>
元素上时,可以改变其背景颜色或添加阴影。如:div:hover { background-color: #f0f0f0; box-shadow: 2px 2px 5px gray; }
::before
和 ::after
::before
)或之后(::after
)插入生成的内容,也不局限于 <a>
元素。p::before { content: "“"; }
和 p::after { content: "”"; }
,每个段落前后会出现引号。扫码关注腾讯云开发者
领取腾讯云代金券
Copyright © 2013 - 2025 Tencent Cloud. All Rights Reserved. 腾讯云 版权所有
深圳市腾讯计算机系统有限公司 ICP备案/许可证号:粤B2-20090059 深公网安备号 44030502008569
腾讯云计算(北京)有限责任公司 京ICP证150476号 | 京ICP备11018762号 | 京公网安备号11010802020287
Copyright © 2013 - 2025 Tencent Cloud.
All Rights Reserved. 腾讯云 版权所有