How do you create text on a webpage that will allow you to send an email when clicked?

How do you create text on a webpage that will allow you to send an email when clicked

To change text into a clickable link to send email, use the mailto command within the href tag. The format is as follows:

<a href=”mailto:youremailaddress”>text to be clicked</a>