Question: In the following example, which selector has the highest specificity ranking for selecting the anchor link element?

  1. `.example a`
  2. `div a`
  3. `a`
  4. `ul li a`

Answer: The correct answer of the above question is Option A:`.example a`