mailto html tag code example

Example 1: html mailto

<a href="mailto:name@email.com">Link text</a>

Example 2: mailto html

<a href="mailto:webmaster@example.com">Jon Doe</a>

Example 3: how to link to an email in html

<a href = "mailto: abc@example.com">Send Email</a>

Example 4: html email links

<a href="mailto:raunak.00o201@gmail.com"> Email_id </a>

Example 5: html mailto link with content

<a href="mailto:john@demosite.com?subject=Test%20email&cc=test@gmail.com&body=This is my body text">Send feedback</a>

Example 6: mailto link html

<a href="mailto:example@email.com">Link text</a>

Tags:

Html Example