Use a HTML tag to allow your readers to send email directly from your Web site.
Difficulty: Easy
Time Required: 2 minutes
Here's How:
- Write a link as usual:
<a href="">email me</a>
- Where you would normally put a URL, put the code "mailto":
<a href="mailto:">email me</a>
- Then put your email address after the colon:
<a href="mailto:html@aboutguide.com">email me</a>
Tips:
- Use mailto links on your pages so that people can send comments

