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

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



This is another mailto link: Send mail!

Note: Spaces between words should be replaced by %20 to ensure that the browser will display the text properly.




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

HTML学习记录<三> :创建电子邮件链接_第1张图片

TO 致

CC (Carbon Copy)副本抄送

BCC (Blind Carbon Copy)密件抄送。

SUBJECT 主题

BODY 正文

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

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