If the element has an itemscope attribute, it returns an __________ object with all the element’s properties.
A
itemscope
B
dom object
C
collection.namedItem
D
itemtype
Correct Answer: dom object
When an HTML document is loaded into a web browser, it becomes a document object. In web browser, document model represents document as a logical tree. The “itemscope” attribute which is of boolean type is used to state the scope of metadata.