Question:You want to create a link for your website allowing users to email the webmaster. How will you implement this if the webmaster’s email is “webmaster@xcompany.com”?
A <a href=”mailto:webmaster@xcompany.com”>webmaster</a>
B <a href=”webmaster@xcompany.com”>webmaster</a>
C <a http=”mail:webmaster@xcompany.com”>webmaster</a>
D <mail http=”send:webmaster@xcompany.com”>webmaster</mail>
E <a href=”mailto://webmaster@xcompany.com”>webmaster</a>
+ AnswerA
+ Report