CSS element element 选择器

实例

选择<div>元素内的所有<p>元素:

 
div p
{
background-color:yellow;
}

定义和用法

element element选择器用于选择元素内部的元素。


浏览器支持

Internet Explorer Firefox Opera Google Chrome Safari

 

所有主流浏览器都支持element,element选择器。