Home / Report Question

Q. How do I remove the underline from a link using CSS?
  • A. a {underline: none;}
  • B. a {style: none;}
  • C. a {text-decoration: none;}
  • D. link {underline: none;}

Correct Answer: C