Dhairya Shah
Dhairya Shah's Blog

Follow

Dhairya Shah's Blog

Follow
How to make Email links in HTML

How to make Email links in HTML

Dhairya Shah's photo
Dhairya Shah
·Aug 29, 2022·

1 min read

Play this article

To create email links, we need the use of a particular syntax yet very simple mailto:. Mailto allows users to open email links in the default email client of the device.

The syntax will go like this:

<a href="mailto:dhairyashah@duck.com">Email me</a>

Email client

Multiple emails can be added at the same time:

<a href="mailto:dhairyashah@duck.com, tim@apple.com">Email me</a>

Email client multiple email

Thanks for reading

Follow me on Twitter

Thanks for reading!

 
Share this