Examveda
Examveda

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. none of the mentioned

Answer: Option A

Solution(By Examveda Team)

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.

This Question Belongs to HTML >> Basic HTML

Join The Discussion

Related Questions on Basic HTML

Choose the correct statement of HTML

A. In traditional XHTML close tag for some elements is optional but not encouraged

B. In traditional HTML close tag for some elements is optional but not encouraged

C. None of the mentioned

D. In both traditional XHTML and HTML close tag for some elements is optional