Tuesday, 17 July 2012
How to add Another mailto link in html
<!DOCTYPE html>
<html>
<body>
<p>
This is another mailto link:
<a href="example@example.com?cc=example@example.com&bcc=andexample@example.com&subject=Summer%20Party&body=You%20are%20invited%20to%20a%20big%20summer%20party!">Send mail!</a>
</p>
<p>
<b>Note:</b> Spaces between words should be replaced by %20 to ensure that the browser will display the text properly.
</p>
</body>
</html>
This post was written by: Bharathi
Bharthi is a professional blogger, web designer and front end web developer. Follow him on Twitter
Subscribe to:
Post Comments (Atom)
0 Responses to “How to add Another mailto link in html”
Post a Comment