Which of the following correctly describes the DOM (Level 2) Node interface?
A.
The Node interface can be used to change the value (nodeValue) of the DOM element node (Element)
B.
The Node interface can be used to change the name (nodeName) of the DOM element node (Element)
C.
The Node interface can be used to change the value (nodeValue) of the DOM attribute node (Attr)
D.
The Node interface can be used to change the name (nodeName) of the DOM attribute node (Attr)
Correct Answer: C
Explanation not available for this question.