|
HTML: Email links
<A href="mailto:richnicholls@excite.com">Email me</A>
This is used to insert a link which, when clicked, opens
up the users internet software and emails you (after the user has written a
message).
<A href> is used as a link.
mailto: tells the browser that it is linked to an
email address.
richnicholls@excite.com is the email address that
you enter after the mailto: command.