Home »

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

Question ListCategory: HTMLHow do you create a text on a webpage that will allow you to send an email when clicked?
shah_kajal184 author asked 9 years ago
1 Answers
ethanbrown author answered 8 years ago

To change a content into a clickable link to send email, utilize the mailto summon inside of the
href tag. The organization is as per the following:
<A HREF=”mailto:emailaddresstosendmail”>clickable text</A>

Please login or Register to Submit Answer