Skip to content

Instantly share code, notes, and snippets.

@abhishekjakhar
Created October 14, 2018 06:24
Show Gist options
  • Save abhishekjakhar/9eb440d65b7da76214b508c61d24e517 to your computer and use it in GitHub Desktop.
Save abhishekjakhar/9eb440d65b7da76214b508c61d24e517 to your computer and use it in GitHub Desktop.
Link (Composing an email in the user's default email program)
<!DOCTYPE html>
<html>
<head>
<title>HTML - A short guide</title>
</head>
<body>
<p>Email Link<a href="mailto:[email protected]">Send Email</a><p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment