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