How can I do emaillink without underline? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 18

How can I do emaillink without underline?

html links

3rd Mar 2017, 1:32 PM
Rastislav Romanec
Rastislav Romanec - avatar
3 Answers
+ 28
<a href="mailto:example@email.com" style="text-decoration:none">LoL</a>
3rd Mar 2017, 1:35 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 7
thanks :-)
3rd Mar 2017, 1:41 PM
Rastislav Romanec
Rastislav Romanec - avatar
+ 4
yes, "style=" is correct.
7th Mar 2017, 1:57 PM
Rastislav Romanec
Rastislav Romanec - avatar