Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which method takes a string that contains an unordered set of unique space-separated tokens that are case-sensitive, representing types?

a) document.getItems
b) element.itemProp
c) collection.namedItem
d) object.itemref

Answer: a
Explanation: 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

Join The Discussion