Horje

Full Example of 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
<!DOCTYPE html>
<html>
<body>

<h2>Link to an Email Address</h2>

<p>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:</p>

<p><a href="mailto:[email protected]">Send email</a></p>

</body>
</html>

Output should be:

Full Example of Link to an Email Address




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