Home » HTML » Html miscellaneous » Question
  1. What is used for specifying an email to be sent?
    1. id
    2. href
    3. mailto:
    4. target
    5. None of these
Correct Option: C

Target attribute is for specifying where to open linked document i.e. in a new tab, same frame, parent frame, full body of the window etc. We use mailto: with <a> and href for specifying the email address that we want to be sent to. It will open a new email message and address to a person specified in the link. The email link will appear like a normal link. The id attribute is for defining bookmarks in a page.



Your comments will be displayed only after manual approval.