Multiple choice Which of the following event occurs when an image does not load properly? onabort onerror onunload onblur onimageunload Reveal answer Fill a bubble to check yourself B Correct answer Explanation The onerror event triggers when an image does not load properly. It can be written as onerror="error handling code"