How do we create a valid email link,displayed without an underline? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How do we create a valid email link,displayed without an underline?

7th Apr 2017, 3:20 PM
Shubham Chaturvedi
Shubham Chaturvedi - avatar
9 Answers
+ 7
which of the following is a part of HTML5? a. All mentioned b. Geolocation c. Audio and video d. Canvas
10th Oct 2017, 7:13 AM
Amene Zoormand
Amene Zoormand - avatar
+ 6
<a href="mailto:[email protected]" style="text-decoration:none"> send</a> style attribute is used to add inline styles to an element.
7th Apr 2017, 3:35 PM
Ashwani Kumar
Ashwani Kumar - avatar
+ 5
<a href="mail to:[email protected]" style="text-decoration:none"> send </a>
11th Oct 2017, 10:11 AM
Amene Zoormand
Amene Zoormand - avatar
+ 4
add style as text-decoration:none
7th Apr 2017, 3:23 PM
Ashwani Kumar
Ashwani Kumar - avatar
+ 4
<header class="myclass" style="color:blue;"> </header> <p onclick="myscript()"> This is last(for now)! </p> onclick attribute is used to attach the click handler to any element.
7th Apr 2017, 3:43 PM
Ashwani Kumar
Ashwani Kumar - avatar
+ 1
thankyou brother!!
7th Apr 2017, 3:36 PM
Shubham Chaturvedi
Shubham Chaturvedi - avatar
+ 1
<header class="myclass" style="color:blue;"> </header> <p ______="myscript()"> This is last(for now)! </p> need help with this one too!
7th Apr 2017, 3:41 PM
Shubham Chaturvedi
Shubham Chaturvedi - avatar
+ 1
thankyou again, will trouble you when stuck.
7th Apr 2017, 3:46 PM
Shubham Chaturvedi
Shubham Chaturvedi - avatar
0
thankyou! that helps alot, but asking for even more can you pls help me with this question? <a href="mailto:[email protected]" __________ "text-decoration:none"> send</a>
7th Apr 2017, 3:33 PM
Shubham Chaturvedi
Shubham Chaturvedi - avatar