标签:
伪类
a:link 未访问的链接
a:visited 浏览之后链接
a:hover 鼠标移动到链接上的表现形式
a:active 选定的连接
元素:facous 鼠标对焦时
元素:first-child 首个子对象
伪元素
元素:first-line 首行
元素: first-letter 首字母
元素:before 在元素前面插入内容
元素:after在元素后面插入内容
标签:
原文地址:http://www.cnblogs.com/facous/p/5639514.html