Home » HTML » Html miscellaneous » Question
  1. Which attribute is used to link the bookmark?
    1. <img>
    2. target
    3. href
    4. id
    5. None of these
Correct Option: C

href attribute is used to link the bookmark. The id attribute is for defining bookmarks in a page, target attribute is for specifying where to open linked document i.e. in new tab, same frame, parent frame, full body of the window etc.



Your comments will be displayed only after manual approval.