Q. By default Hyperlinks are displayed with an underline. How do you remove the underline from all hyperlinks by using CSS code ?
β
Correct Answer: (B)
a {text-decoration:none;}
You must be Logged in to update hint/solution