How do you display hyperlinks without an underline?

  1. a {decoration:no underline}

  2. a {text-decoration:no underline}

  3. a {underline:none}

  4. a {text-decoration:none}


Correct Option: D
Explanation:

To display hyperlinks without an underline, you can use the CSS property "text-decoration" and set it to "none". This will remove the underline from the hyperlink text.

Option D is the correct answer:

The Answer is: D

Find more quizzes: