CSS element element 选择器

返回上一级

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

浏览器支持

Internet ExplorerFirefoxOperaGoogle ChromeSafari

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

范例

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

div p { 
    background-color:yellow;
}

运行范例 »

返回上一级

CSS 参考手册

关于   |   FAQ   |   我们的愿景   |   广告投放   |  博客

  简单教程,简单编程 - IT 入门首选站

Copyright © 2013-2022 简单教程 twle.cn All Rights Reserved.