How to make Email links in HTML
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>...
h.dhairyashah.dev1 min read