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, , , , , , ,

Comments