Selectors

A class selector can identify more than one elements and is defined by the dot ‘.’.

An Id Selector is used to identify one unique element and is defined by the hash‘#’.

Combinator Selectors

  • Descendant Selector
  • Child Selector
  • Adjacent Sibling Selector
  • General Sibling Selector