HTML / HTML Interview questions
When does a body onLoad gets called/executed?
The load event fires at the end of the document loading process. At this point, all of the objects in the document are in the DOM, and all the images and sub-frames have finished loading.
More Related questions...