div p: 选择 div 后代的所有 p 元素
div>p: 选择 div 后代直接子元素
h1~p: 选择 h1 的后续兄弟元素,h1 在 p 之前
h1+p:选择 h1 的后续紧连兄弟元素,h1 在 p 之前