Web-Nation

How to Add an E-mail Link

The tag is basically the same as creating a link to another page. This code needs no special script or program to allow users to send e-mail to a desired address. The functionality is built into your browser.

Code for Adding a Link to an E-Mail Address Looks Like This:

<a href= mailto:username@domain.com> your text </a>
Start of all mail link tags. E-mail address. The "mailto" tag MUST be included. The full e-mail address must be given. Add the text or image tag here. Closing tag. Don't forget this!