文章目录[隐藏]
CSS element 选择器
实例
选择所有<p> 元素 :
p
{
background-color:yellow;
}
定义和用法
The element 选择器选择指定元素名称的所有元素。
Browser Support
所有主流浏览器都支持element 选择器。
选择所有<p> 元素 :
p
{
background-color:yellow;
}
The element 选择器选择指定元素名称的所有元素。
所有主流浏览器都支持element 选择器。