InterviewSolution
Saved Bookmarks
| 1. |
The element that can also register handlers for load and error events is _________(a) html(b) img(c) body(d) form |
|
Answer» Right option is (b) img To explain I would say: Individual document elements, such as img elements, can also register handlers for load and error events.onload and onerror methods are used for handling such events. |
|