+ 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.
2 Antworten
+ 8
Add the following lines in CSS:
a{
text-decoration : none;
}
+ 3
code edited , thanks Shamima 👍👍👍