-
If the element has an itemscope attribute, it returns an __________ object with all the element’s properties.
-
- collection.namedItem
- itemtype
- dom object
- itemscope
- None of these
Correct Option: C
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.