About

A pseudo-class is a keyword added to operator that specifies a special state of the element to be selected.

Example

nth

The second h2 element:

h2:nth-of-type(2)

Since selector - 3 nth-of-type pseudo class

Documentation / Reference