KnowledgeBoat Logo

Computer Applications

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

HTML Advanced Features

1 Like

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">

Answered By

1 Like


Related Questions