HTML学习记录<三> :创建电子邮件链接

学习网站:http://www.w3school.com.cn/html/index.asp

<span style="font-size:18px;"><html>
<body>
<p>
This is another mailto link:
<a href="mailto:[email protected]?
[email protected]&
[email protected]&
subject=Summer%20Party&
body=You%20are%20invited%20to%20a%20big%20summer%20party!" 
target="_top">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></span>



生成的网页会有一个连接,点击即可获得如下效果:


TO 致

CC (Carbon Copy)副本抄送

BCC (Blind Carbon Copy)密件抄送。

SUBJECT 主题

BODY 正文

上述邮件常识具体可见:http://blog.sina.com.cn/s/blog_5572b4b5010009ul.html

你可能感兴趣的:(cc,BCC,创建电子邮件链接)