Lesson 3: E-Mail Links

Overview

E-mail links allow readers to respond to questions and provide feedback that can help improve your site.

Learner Outcomes

In this lesson you will learn how to place a link in a Web page to allow readers to send an e-mail message to you.

To create an e-mail link type:

<html>
<Head>
<Title>E-Mail Links</Title>
</Head>
<body>
<A HREF="MAILTO:?"> replacing the ? with the e-mail address of the person you want to receive the message.
</A> after the text to complete the tag.

</body>
</html>