Complete CSS Selector Reference
Specify a background color for the first p element of its parent:
The :first-of-type selector matches every element that is the first child, of a particular type, of its parent.
Tip: This is the same as :nth-of-type(1).
![]()
The :first-of-type selector is supported in all major browsers, except IE8 and earlier.
Complete CSS Selector Reference
Your message has been sent to W3Schools.