HTML Mail Tags

Sending Mail from within a web page:

To allow visitors to send e-mail to a recipient across the internet, use <A HREF="mailto:recipient_internet_address"> ... </A> .

For example:

If you have any questions about HTML, just send e-mail to info@gorin.com and we'll get back to you (PLEASE NOTE THAT THIS EMAIL ADDRESS IS INVALID--IT DOES NOT EXIST).

would be coded as:

If you have questions about HTML, just 
<A HREF="mailto:info@gorin.com">send
e-mail to info@gorin.com</A> and we'll get
back to you.

By clicking on the link, a window will automatically appear with a self-explanatory e-mail form to fill in, which when completed will send an e-mail message through the internet to info@gorin.com .