Home » HTML » Html miscellaneous » Question
  1. If the element has an itemscope attribute, it returns an __________ object with all the element’s properties.
    1. collection.namedItem
    2. itemtype
    3. dom object
    4. itemscope
    5. 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.



Your comments will be displayed only after manual approval.