HTML Email Links

In this tutorial you will learn about the HTML Email Links and its application with practical example.

HTML Email Links allows us to create hyperlinks to an email address. Links to an email address is created using the HTML <a> </a> tag while in this case instead of passing URLs we put recipient’s email address. mailto attribute is used to specify the email address in your anchor tag.

Table Of Contents

Syntax:

Output:

Send Email

Send Query

Now when user clicks on any of this link it will launch default Email Client on our computer. Example: outlook express

In this tutorial we have learn about the HTML Email Links and its application with practical example. I hope you will like this tutorial.