完整CSS选择器参考手册
element element选择器用于选择元素内部的元素。
选择<div>元素内的所有<p>元素:
div p { background - color: yellow; }
所有主流浏览器都支持element,element选择器。