+ 1
How can I write a html code for insertion of an email link?
3 odpowiedzi
+ 3
Put the email address as the href in a link with mailto. Replace the address below with the email address you want:
<a href="mailto:info@sololearn.com">Email Sololearn</a>
As a minimum, you can just put "mailto:" without the email address if you want.
+ 3
See my code