HTML: Mailto link HTML Code

Mailto link Using HTML

The href attribute of the anchor element defines the URL that the hyperlink points to. Links are not restricted to HTTP-based URLs — they can use any URL scheme supported by browsers. For example to send an email using the email address with a mailto: prefix.

If you want to create Mailto link using HTML Code try out this code-

<a href="mailto:john@demosite.com"> Send Email </a>