<title>My Example</title>
<p>You can <a href="mailto:homer@example.com">email Homer</a> any time!</p>
<p>Adding <code>mailto:</code> followed by the email address turns a link into an email link. This typically launches the user's computer's default mail client with the address automatically populated.</p>
<p>More info: <a href="/html/codes/html_email_code.cfm">HTML Email Code</a>.</p>