How to Embed an Email Address
- 1). Open your HTML page in Notepad or an HTML editor.
- 2). Add this line of code to the location you want the email address to appear:
<a href="/links/?u=mailto:xyz@xyz.com">Send me an email</a>
This creates a "mailto" link. - 3). Replace "xyz@xyz.com" with the correct email address. Customize the message by changing the message text from "Send me an email" to any text you like.
- 4). Save the file and open it in your browser.
- 5). Click on the email link. Your email client will open in compose mode. Enter a test email message and click "Send."
- 6). Check for new mail. You will see the email that you sent from the Web page.