Removing underline from linked text ? Need help... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Removing underline from linked text ? Need help...

https://code.sololearn.com/W7nDwUu14Nwz/?ref=app anybody can tell me how I can remove underline from a text which is linked to another web page on the given code.

31st Oct 2017, 5:10 PM
Hemant Jaiswal
Hemant Jaiswal - avatar
2 Answers
+ 8
Add the following lines in CSS: a{ text-decoration : none; }
31st Oct 2017, 5:11 PM
Shamima Yasmin
Shamima Yasmin - avatar
+ 3
code edited , thanks Shamima 👍👍👍
31st Oct 2017, 5:14 PM
Hemant Jaiswal
Hemant Jaiswal - avatar