首页题库练习题目详情
Web程序设计单选题中等

可以使用哪个伪类来选择某个元素的所有子元素中的第一个 p 元素?

A:first-child
B:first-of-type
C:nth-child(1)
D:only-of-type