💡 Tip: Login now to track your course progress and unlock your downloadable certificates instantly!

HTML Email Links

HTML Email Links allow users to click and open their default email application to send a message directly.
This is done using the mailto: protocol inside the <a> (anchor) tag.

Basic Email Link

Basic Example
<a href="mailto:contact@html5andcss3.org">Send Email</a>
  • Clicking the link opens the default email client with the To: field pre-filled.
  • The text between <a> and </a> becomes clickable.

Adding Subject and Body

You can include a subject, body, CC, and BCC directly in the email link using query parameters.

Email with Subject Example
<a href="mailto:contact@html5andcss3.org?subject=Website%20Inquiry&body=Hello,%20I%20want%20to%20know%20more%20about%20your%20services.">Send Email</a>
  • %20 represents a space in URLs.
  • Opens the email client with subject and pre-written body.

CC and BCC Fields

You can also include CC (carbon copy) and BCC (blind carbon copy) recipients:

CC, BCC Example
<a href="mailto:contact@html5andcss3.org?cc=support@example.com&bcc=admin@example.com&subject=Feedback">Send Feedback</a>

Clicking this link automatically populates To, CC, BCC, and Subject fields.

Webmail Clients (like Gmail)

You can create a link that opens Gmail compose window:

Gmail Link Example
<a href="https://mail.google.com/mail/?view=cm&to=contact@html5andcss3.org" target="_blank">
  Send Email
</a>

Best Practices

  • The Email link will only work, when you have default email client is setup in your system.
  • Keep the link text descriptive:
    Contact Support instead of Click Here.
  • Avoid putting sensitive information in the body.
  • Test links across different email clients to ensure compatibility.

Conclusion

HTML Email Links (mailto:) provide a fast and convenient way for visitors to contact you directly from your website.
By adding subject, body, CC, and BCC, you can streamline communication and improve user experience.

Sign In Form

User your email and password to singn in

Don’t have an account, signup here : 

HTML5 & CSS3

Tools and Tutorials

Want a Website

Want a website for your business ?

Please fill out the details below, so we can reach out to you.

Registration Form

Signup to track your record and much more.

We have sent you an email with a registration link. Please click the link to verify your email address, or enter the 6-digit OTP provided in the email.

Didn't receive the OTP. Regenerate OTP Resend