Question: Which choice uses the correct syntax for adding a hover pseudo class to element ?

  1. `a:hover {...}`
  2. `a :hover {...}`
  3. `a.hover {...}`
  4. `a hover {...}`

Answer: The correct answer of the above question is Option A:`a:hover {...}`