How to make an email link
Insert this html code into the section of your web page where you want the link to appear.
<a href="mailto:youremailaddress@yourwebsite.com">Email</a>
Replace "youremailaddress" with your actual email address, and "yourwebsite.com" with your website address.
The finished product will look like this.