ExampleSpecify a background color for every p element that is the only child of its type, of its parent:
Try it yourself » |
The :only-of-type selector matches every element that is the only child of its type, of its parent.
The :only-of-type selector is supported in all major browsers, except Internet Explorer.