Q. What is the purpose of the method createDocumentFragment()?
β
Correct Answer: (C)
Creates imaginary node object
Explanation: The createDocumentFragment() method creates a imaginary Node object, with all the properties and methods of the Node object.