欢迎访问服务器技术网-www.fuwuqijishu.com

CSS3 :first-of-type 选择器

CSS fuwuqijishu 2年前 (2022-09-04) 287次浏览 0个评论 扫描二维码
文章目录[隐藏]

CSS3 :first-of-type 选择器

实例

选择的 p 元素是其父元素的第一个 p 元素:

p:first-of-type
{
background:#ff0000;
}


定义和用法

:first-of-type 选择器匹配元素其父级是特定类型的第一个子元素。

提示: 和 :nth-of-type(1) 是一个意思。


浏览器支持

表格中的数字表示支持该属性的第一个浏览器版本号。

选择器
:first-of-type 4.0 9.0 3.5 3.2 9.6

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2116.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900