Microsoft
98-375 · Question #12
Which three event attributes are used with the CAPTION element in HTML5? (Choose three.)
The correct answer is A. onmouseover B. ondblclick C. onkeydown. The cursor moved over the object (i.e. user hovers the mouse over the object). Invoked when the user clicked twice on the object. Invoked when a key was pressed over an element.
Understanding Game Programming
Question
Which three event attributes are used with the CAPTION element in HTML5? (Choose three.)
Options
- Aonmouseover
- Bondblclick
- Conkeydown
- Donconnect
- Eonabort
How the community answered
(30 responses)- A77% (23)
- D13% (4)
- E10% (3)
Explanation
The cursor moved over the object (i.e. user hovers the mouse over the object). Invoked when the user clicked twice on the object. Invoked when a key was pressed over an element.
Topics
#HTML5#event attributes#CAPTION element#DOM events
Community Discussion
No community discussion yet for this question.