Q. Which of the following is the correct syntax to remove the underline on hyperlinks and visited hyperlinks?
β
Correct Answer: (C)
a {text-decoration : none;}, a:visited {text-decoration : none;}
You must be Logged in to update hint/solution