css选择器
IE8以上兼容:
div>p
div+p
div[attribute=value]
div[attribute^=value]
div[attribute$=value]
div[attribute*=value]
div[attribute]
p:first-letter
p:first-line
p:first-child
p:last-child (IE8不兼容)
IE8以上兼容:
div>p
div+p
div[attribute=value]
div[attribute^=value]
div[attribute$=value]
div[attribute*=value]
div[attribute]
p:first-letter
p:first-line
p:first-child
p:last-child (IE8不兼容)