Horje

HTML Link to an Email Address

Use mailto: inside the href attribute to create a link that opens the user's email program (to let them send a new email):

index.html
Example: HTML
<a href="mailto:[email protected]">
Send email</a>

Output should be:

HTML Link to an Email Address




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