How do I write the link for email us | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

How do I write the link for email us

href="" what should I write between "" to allow users to email me

19th Aug 2017, 8:51 PM
Abdul Shakur Abbas Sakhr
Abdul Shakur Abbas Sakhr - avatar
2 Respuestas
+ 3
If you're trying to open the default mail app to have the user send an email you can use the mailto: call in your href. You can also append to the subject, body etc if needed. <a href="mailto:address@site.com">email me</a> https://www.w3schools.com/tags/tag_address.asp
19th Aug 2017, 9:02 PM
ChaoticDawg
ChaoticDawg - avatar
+ 2
Emailing someone cannot be achieved via html . You have to use php mail script , which is pretty easy to learn if you have a little bit of knowledge on php.
19th Aug 2017, 8:54 PM
Anshul Shrivastava
Anshul Shrivastava - avatar