CSS _element_ 选择器 CSS * 选择器 CSS _element,element_ 选择器 CSS element 选择器 实例 选择所有<p> 元素 : p { background-color:yellow; } 试一试 » 定义和用法 _element_ 选择器选择指定元素名称的所有元素。 浏览器支持 所有主流浏览器都支持 _element_ 选择器。 CSS * 选择器 CSS _element,element_ 选择器