Question: You can use the `___` pseudo-class to set a different color on a link if it was clicked on.

  1. `a:visited`
  2. `a:hover`
  3. `a:link`
  4. `a:focus`

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