Computer Science, asked by arvindec3299, 1 year ago

What is the method used to create an element in the HTML DOM?
A.createDOMelement()
B.createElement()
C.createDOMElement()
D.none of the mentioned

Answers

Answered by Ayesha059
0
Answer: b
Explanation: The createElement() can be used to create an element in the HTML DOM.
Similar questions