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.

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

Answer: b
Explanation: 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.

Join The Discussion