Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

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

  2. A.

     createDOMelement()

    B.

     createElement()

    C.

     createDOMElement()

    D.

     none of the mentioned

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    The createElement() can be used to create an element in the HTML DOM.


Be The First To Comment