5.3 e-mail Links
When we want a link to pop-open our reader's e-mail software to send a message, we use an e-mail hyperlink. It will launch our reader's e-mail application and insert the address from our link in the "to" field.
We can also "pre-fill" the subject line of the e-mail. "Contact Me" links may or may not be e-mail hypertext; "e-mail me" should be. The code:
<a href="mailto:address@domain.xxx">
<a href="mailto:address@domain.xxx?subject=automatic subject line"> |
exercise
|