Q. What is the method used to create an element in the HTML DOM?
β
Correct Answer: (B)
createElement()
Explanation: The createElement() can be used to create an element in the HTML DOM.