Q60
What is the method used to create an element in the HTML DOM?
A.
createDOMelement()
B.
createElement()
AnswerC.
createDOMElement()
D.
none of the mentioned
Answer: Option B
Solution
Answer: Option B
Solution:
The createElement() can be used to create an element in the HTML DOM.