What is the function of the method importNode()?
What is the function of the method importNode()? 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.