HTML Developer Question:

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

Tweet Share WhatsApp

Answer:

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>

Download HTML Developer PDF Read All 75 HTML Developer Questions
Previous QuestionNext Question
Please explain what if there is no text between the tags or if a text was omitted by mistake? Will it affect the display of the html file?Tell us do you know which are two semantic tags are included in HTML5 version?