Vidyalelo
JavaScript · Q76

Document Object Model And Event Handling

Programming · JavaScript · question 76

Q76

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

A.
Window
B.
Load
Answer
C.
Element
D.
Handler

Answer: Option B

Solution

Answer: Option B
Solution:
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.