How should i create an email link displayed wothout underline? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How should i create an email link displayed wothout underline?

15th Mar 2017, 4:03 AM
Md Wasim Ali Ansari
Md Wasim Ali Ansari - avatar
2 Answers
+ 3
on your CSS, make your "a" tag have no text decoration. if you use inline styling, it will be like this: <a href="website link" style="text-decoration:none;"> link</a>
15th Mar 2017, 4:32 AM
Jason Hadiningrat
Jason Hadiningrat - avatar
0
can i do with html
15th Mar 2017, 8:21 AM
Md Wasim Ali Ansari
Md Wasim Ali Ansari - avatar