Vidyalelo
JavaScript · Q72

Document Object Model And Event Handling

Programming · JavaScript · question 72

Q72

The video and the audio belong to the

A.
Timers and error handlers
B.
API-Specific events
Answer
C.
State change events
D.
User interface events

Answer: Option B

Solution

Answer: Option B
Solution:
The HTML5 video and audio elements define a long list of associated event types such as “waiting”, “playing”, “seeking”, “volumechange”, and so on. These events are usually only of interest to web apps that want to define custom controls for video or audio playback.