Adscend

Click Here



Click Here



Click Here

Sunday 8 September 2013

Email Link

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