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