Pseudo classes

keywords added to a selector that specifies a special state of selected elements
For example:

  • :active
  • :checked
  • :first
  • :first-child
  • hover
  • not()
  • nth-child()