<html>
<body>
<h2>Example of email links </h2>
<a href="mailto:support@tutorialbrain.com">support@tutorialbrain.com</a>
<p>In HTML, mailto attribute is used to give email links where the
user can send emails directly by clicking on that link</p>
</body>
</html>