+ 2
How to create a valid email link without an underline?
Even after assigning none to text-decoration attribute, the link still gets underlined on the webpage.
4 ответов
+ 2
<a href="mailto:admin@sololearn.com" style="text-decoration:none">Email us</a>
+ 2
thanks Calvin
0
got it
the code goes like this:
<a href="mailto:abc@gmail.com" style=text-decoration:none">Send</a>
0
I used css instead of style
my bad