Tag: CSS pseudo-classes
-
:only-of-type
:only-of-type – pseudo-class | Selectors Level 3 The :only-of-type matches element that is only child of its parent element of given type.
-
:only-child
:only-child – pseudo-class The :only-child pseudo-class selects element that is the only child of its parent.