πŸ“Š CSS
Q. By default Hyperlinks are displayed with an underline. How do you remove the underline from all hyperlinks by using CSS code ?
  • (A) a {text: no-underline;}
  • (B) a {text-decoration:none;}
  • (C) a {text-style: no-underline;}
  • (D) a {text-decoration: no-underline;}
πŸ’¬ Discuss
βœ… Correct Answer: (B) a {text-decoration:none;}

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
53330
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Dharmendra Sir
Publisher
πŸ“ˆ
93%
Success Rate