Home » HTML » Html miscellaneous » Question
  1. Which method takes a string that contains an unordered set of unique space-separated tokens that are case-sensitive, representing types?
    1. object.itemref
    2. collection.namedItem
    3. document.getItems
    4. element.itemProp
    5. None of these
Correct Option: C

When called, the method must return a live NodeList object containing all the elements in the document, in tree order, that are each top-level microdata items whose types include all the types specified in the method’s argument, having obtained the types by splitting the string on spaces.



Your comments will be displayed only after manual approval.