实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<body>
4
5
<p>
6
This is an email link:
7
<a href="mailto:someone@example.com?Subject=Hello%20again" target="_top">
8
Send Mail</a>
9
</p>
10
11
<p>
12
<b>Note:</b> Spaces between words should be replaced by %20 to ensure that the browser will display the text properly.
13
</p>
14
15
</body>
16
</html>