+ 2
How do you create email links in HTML5?
I know the email input type, but I don't know how it fully works.
3 Answers
+ 5
<a href="mailto:example@e.com">click here</a>
like this you can create email link
+ 2
Find Anchor in Javascript.
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.