Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. A JavaScript program can traverse and manipulate document content through

  2. A.

     Element Object

    B.

     Document Object

    C.

     Both Element and Document Object

    D.

     None of the mentioned

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    A JavaScript program can traverse and manipulate document content through the Document object and the Element objects it contains. It can alter the presentation of that content by scripting CSS styles and classes.


Be The First To Comment