What is the function of the method importNode()?
A
Copies without removing
B
Copies and removes
C
Only copies
D
Only removes
Correct Answer: Copies without removing
The importNode() method imports a node from another document. The imported node can be of all node types. The method importNode() copies a node from another document without removing it.