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:
Premises:
Responses:
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.
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:
Related Questions
Q31: Which CSS animation property specifies the speed of
Q32: Briefly explain how to write JavaScript code.
Q33: What do JavaScript statements end with?<br>A) semicolon<br>B)
Q34: Developers can use JavaScript to validate form
Q35: When adding animation to a webpage, a
Q37: Briefly describe DOM methods and the DOM
Q38: The _ of JavaScript objects are attributes
Q39: Which CSS transform property value indicates a
Q40: The CSS _ property allows block elements
Q41: Briefly describe the purpose of jQuery.