Mailto in HTML | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Mailto in HTML

How can I create a mail link in HTML? (<a href=mailto:"mail@domain.info")???

15th Mar 2017, 10:54 PM
Phoenix24
1 Answer
0
you can use this link....and add subject and target.., <a href="mailto:someone@example.com?Subject=Hello" target="_top">Send Mail</a>
15th Mar 2017, 11:04 PM
Abed Nego Ragil Putra
Abed Nego Ragil Putra - avatar