How can eliminate underlining the link | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can eliminate underlining the link

8th Feb 2020, 10:43 AM
MUGWEERI JONATHAN
MUGWEERI JONATHAN - avatar
2 Answers
+ 6
set text-decoration property to none. a{ text-decoration:none; }
8th Feb 2020, 10:45 AM
🇮🇳Omkar🕉
🇮🇳Omkar🕉 - avatar
+ 6
Use a:link{ text-decoration:none; }
8th Feb 2020, 10:54 AM
ROHIT KANOJIYA
ROHIT KANOJIYA - avatar