Appearance
div p 子集的p,递归div > p 仅子集,深层不行div + p 同级,紧挨下一个div ~p 同级,后面所有p
::before::after::selection选中部分::first-letter::first-line
p:nth-child(2)p:nth-last-child(2)not