How do you create a text on a webpage that will allow you to send an e-mail when clicked?
Answers
Answered by
0
Answer:
HTML <a> tag provides you option to specify an email address to send an email. While using <a> tag as an email tag, you will use mailto: email address along with href attribute. Following is the syntax of using mailto instead of using http.
Similar questions