Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>My Example</title> <p>You can <a href="mailto:homer@example.com">email Homer</a> any time!</p> <hr> <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>