You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
421 B
HTML

<!DOCTYPE html>
<html subLang="en">
<head>
<title>Example of HTML email link</title>
</head>
<body>
<p>This is an email link:
<a href="mailto:someone@mail.com?Subject=Test%20Mail">Send Mail</a>
</p>
<p><strong>Note:</strong> Spaces between words should be replaced by %20 to ensure that the browser will display the text correctly.</p>
</body>
</html>