Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>My Example</title> <p>You can <a href="mailto:homer@example.com?subject=Doh!">email Homer</a> any time!</p> <hr> <p>Adding <code>?subject=...</code> to an email link will usually result in that subject text appearing in the subject line as a default subject.</p> <p>More info: <a href="/html/codes/html_email_code.cfm">HTML Email Code</a>.</p>