How do you create email links in HTML5? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How do you create email links in HTML5?

I know the email input type, but I don't know how it fully works.

29th May 2018, 4:22 PM
Archie
Archie - avatar
3 Answers
+ 5
<a href="mailto:example@e.com">click here</a> like this you can create email link
29th May 2018, 4:37 PM
Scooby
Scooby - avatar
+ 2
Find Anchor in Javascript.
29th May 2018, 8:11 PM
Alan Carreño Fiestas
Alan Carreño Fiestas - avatar
0
Try to do not use these links because there are computer that scan the internet for such links to mail spam. I would rather use <p>user@examplemail.com </p> or something like that.
29th May 2018, 4:52 PM
T M
T M - avatar