Creating a mail link on a web page.
Issue
Creating a mail link on a web page.
Solution
Using the HTML mailto as a link enables users to e-mail you:
<A HREF="mailto:support@computerhope.com">Click here to mail us</A>
Example
Creating a mail link on a web page.
Using the HTML mailto as a link enables users to e-mail you:
<A HREF="mailto:support@computerhope.com">Click here to mail us</A>
Example