Send Mails using HTML
To send mail we will use Anchor <a> element. While using the anchor tag you will also need to use mailto:emailaddress along with the hyperlink tag.
<a href="mailto:iriteshmishraa@gmail.com">Send Your Mail</a>
To Add Subject to your Mail π
<a href="...
iriteshmishra.hashnode.dev1 min read