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

Submitted by: Muhammad
To change a 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>
Submitted by: Muhammad

Read Online HTML Developer Job Interview Questions And Answers