Site hosted by Angelfire.com: Build your free website today!

HTML>HTML Links>Mailto Tag

 

Anchored Link Mailto Link

The Mailto Tag

Although links are usually used to send people to other webpages, you may also use them to send an email to a specific address by using the mailto tag and a mail address. The mailto tag is used within the <a href=mailto:name@address> and </a> tag.

With the mailto tag you can provide visitors to your site with a way of contacting you

Example

Try it out for yourself!

Examine the HTML code below. Cut and paste (Ctrl c + Ctrl v) the following HTML code into the form window below and press the check it out button to see the resulting webpage.

<html>
<head><title>Mailto Links</title></head>
<body>
<h2>The Mailto Tag</h2>
<p>If you have any questions send me a
n
<a href="mailto:carolrainsford@netscape.net">
email</a>
</body>
</html>

Creating your own webpage

Follow these simple steps to create your own webpage and to view your created webpage in your browser.

HTML Anchored Link TagHTML Anchored Link TagHTML Image TagHTML Image Tag

 

 

HTML OverviewHTML RequirementsHTML TagsHTML Document StructureViewing HTML Source CodeHTML Heading TagHTML Paragraph TagHTML Line Break TagHTML Comment TagHTML Horizontal Rule TagHTML Block Quote TagsHTML Font Size AttributeHTML Font Colour TagHTML Font Type TagHTML Teletype TagHTML Alignment TagHTML Ordered ListsHTML Unordered ListsHTML Definition ListsHTML Anchored Link TagsHTML Image TagsLets create a webpageTake the HTML QuizHTML Quick Reference GuidePublishing your Website