HTML(or Hypertext Markup Language) is the standard coding language for designing webpages and web applications. Usually used together with Cascading Style Sheets (CSS) and JavaScript.
The HTML Reference serves as library to define various HTML elements such as tags, attributes, color codes, events and characters to help you build your website.
HTML Audio & Video
HTML Audio & Video properties, methods and events allow developers to manipulate audio and video elements using JavaScript.
NAME
DESCRIPTION
CATEGORY
abort
Fires when the loading of an audio/video is aborted
Events
canplay
Fires when the browser can start playing the audio/video
Events
canplaythrough
Fires when the browser can play through the audio/video without stopping for buffering
Events
durationchange
Fires when the duration of the audio/video is changed
Events
emptied
Fires when the current playlist is empty
Events
ended
Fires when the current playlist is ended
Events
error
Fires when an error occurred during the loading of an audio/video
Events
loadeddata
Fires when the browser has loaded the current frame of the audio/video
Events
loadedmetadata
Fires when the browser has loaded meta data for the audio/video
Events
loadstart
Fires when the browser starts looking for the audio/video