Q. Which of the following is the correct syntax to display the hyperlinks without anyunderline? (Solved)
1. a {text-decoration : underline;}
2. a {decoration : no-underline;}
3. a {text-decoration : none;}
4. None of the above
- c. a {text-decoration : none;}