:first-of-type (CSS3)

The :first-of-type pseudo-class represents the first sibling of the given type in the list of children of its parent element.

Syntax

:first-of-type { declaration block }

Examples having uses of: ':first-of-type'