Vidyalelo
JavaScript · Q60

Invocation And Performance Navigation

Programming · JavaScript · question 60

Q60

What is the method used to create an element in the HTML DOM?

A.
createDOMelement()
B.
createElement()
Answer
C.
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.