How to add a “Email Me” link
This article will explain how to forward an hyperlink to an email address. This is that familiar “Contact” link on the bottom of many websites.
It is really basic, you start with the <a> just like you start every hyperlink. But this time, instead of using “http://” you use, “mailto” to establish the link. Follow the example below:
<a href=”mailto:example@sample-email.com”>Contact me</a>
That is how easy it is! Best of luck with you all.
( February 10, 2010 at 2:07 pm) · Filed under Beginners, Coding, Html Tags, INFO, Necessary Tags, How to add "email me" link to your website, How to add a contact link in your html page, How to add a Email me html, How to email your customers, How to have people email you from your website, How to link your email, javascript code to your website
