CBSE Class 10 Computer Applications Question 54 of 81

Images, Links and Tables — Question 18

Back to all questions
18
Question

Question 18

What is the correct syntax in HTML for creating a link to an e-mail address?

  1. <A Href = "E-mail.htm">
  2. <A e-mail:to@address>
  3. <A Href="mailto:e-mail_id">
  4. None of these
Answer

<A Href="mailto:e-mail_id">

Reason — The correct syntax in HTML for creating a link to an e-mail address is as follows:

<A Href="mailto:e-mail_id">