Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which node type represents the root-node of the DOM tree?

  2. A.

     Document

    B.

     DocumentFragment

    C.

     DocumentType

    D.

     Entity

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    The node type Document represents the root-node of the DOM tree, the entire document.


Be The First To Comment