Q73
What does the NamedNodeMap object represent in the HTML DOM?
A.
Unordered collection of elements
B.
Unordered collection of attributes
C.
Unordered collection of nodes
D.
All of the mentioned
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
In the HTML DOM, the NamedNodeMap object represents an unordered collection of an elements attribute nodes.