Interview Questions

How do I create a link that sends me email?

HTML Interview Questions and Answers


(Continued from previous question...)

26. How do I create a link that sends me email?

Use a mailto link, for example

Send me email at
<A HREF="mailto:me@mydomain.com">me@mydomain.com</A>.

(Continued on next question...)

Other Interview Questions