Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which event is fired when a document and all of its external resources are fully loaded and displayed to the user?

  2. A.

     Window

    B.

     Load

    C.

     Element

    D.

     Handler

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    The load event is the most important of these events: it is fired when a document and all of its external resources (such as images) are fully loaded and displayed to the user.


Be The First To Comment