:first-of-type Selector用于定位其父元素的每个元素的第一个子元素。如果我们想在不提供类的情况下为元素的第一个子元素设置样式,我们可以使用它。
句法:
:first-of-type {
//property
}
例子:
First child
Second child.
Third child.
Fourth child.
输出:
支持的浏览器:
📅  最后修改于: 2021-08-31 07:12:18             🧑  作者: Mango
:first-of-type Selector用于定位其父元素的每个元素的第一个子元素。如果我们想在不提供类的情况下为元素的第一个子元素设置样式,我们可以使用它。
句法:
:first-of-type {
//property
}
例子:
First child
Second child.
Third child.
Fourth child.
输出:
支持的浏览器: