πŸ“Š HTML
Q. By default, links are displayed with an underline. How can you remove the underline from all links 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;}

Explanation: Links can be styled with any CSS property. This a {text-decoration:none;} removes the underline from all links.

Explanation by: Tina Singh
Links can be styled with any CSS property. This a {text-decoration:none;} removes the underline from all links.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
272
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Tina Singh
Publisher
πŸ“ˆ
83%
Success Rate