Languages
[Edit]
EN

HTML - how to make email address clickable?

6 points
Created by:
Shri
8550

In this article, we're going to have a look at how to create email link in pure HTML that opens mail client after click operation.

Quick solition:

Use mailto: prefix for your email address link.

Practical exmaple:

// ONLINE-RUNNER:browser;

<!doctype>
<html>
<body>
  <a href="mailto:my@email.com">my@email.com</a>
</body>
</html>

 

Alternative titles

  1. HTML - how to make email address opening mail client after click operation?
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.

HTML

Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join