Horje

How to link to an email address

To create a link that opens in the user's email program (to let them send a new email), use mailto: inside the href attribute:
index.html
Example: HTML
<a href="mailto:[email protected]">Send email</a>

Output should be:

How to link to an email address




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin