importNode
The Document object's importNode()
method creates a copy of a Node or DocumentFragment from another document, to be inserted into the current document later.
The Document object's importNode()
method creates a copy of a Node or DocumentFragment from another document, to be inserted into the current document later.