Solved

Identify the Action Each Event Handler Indicates

Question 36

Matching

Identify the action each event handler indicates.

Premises:
User submitted a form
User made an object active
Object finished loading
User left the page.
User stopped loading the page.
User changed the object.
User selected contents of an object.
User clicked the object.
User left the object.
Script encountered an error
Mouse moved over an object.
Mouse moved off an object.
Responses:
onclick
onload
onmouseout
onchange
onabort
onmouseover
onfocus
onsubmit
onunload
onselect
onblur
onerror

Correct Answer:

User submitted a form
User made an object active
Object finished loading
User left the page.
User stopped loading the page.
User changed the object.
User selected contents of an object.
User clicked the object.
User left the object.
Script encountered an error
Mouse moved over an object.
Mouse moved off an object.
Related Questions