1 2 3 4 5 6 7 8 9 10 11 12 13 14
Back to the Lessons Index

Add Links to your E-mail

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.

The 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 (EX: kristy@web-nation.com) must be given. Add the text or image tag here. The image or text will be "hot". (The viewer can click on it to call up the browser mail form. The recipient is the one specified in the "mailto" instructions.) Closing tag. DON'T forget this!!