HTML Email Link
If you want to allow visitors send mail from your web site to you, you can use mailto keyword.
Example
<html>
<head>
</head>
<body>
<a href="mailto:mail@yahoo.com">Send Mail</a>
</body>
</html>
Output
Send Mail
No comments:
Post a Comment