Create email link

This example demonstrates:

This example demonstrates how to link to an email. (This example can only work after installing the mail client program.)

Example analysis:

should be used Replace the spaces between words so the browser displays the text correctly.


Continuing Learning
||
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>php(www.php.cn)</title>
</head>
<body>
<p>
<a href="mailto:someone@example.com?Subject=Hello%20again" target="_top">
</a>
</p>
<p>
<b>:</b> 使 %20
</p>
</body>
</html>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
submitReset Code
图片放大关闭