Image and Multimedia Flashcards
Image and Multimedia
HTML supports various multimedia resources such as images, audio, and video.
area
The HTML element defines an area inside an image map that has predefined clickable areas. An image map allows geometric areas on an image to be associated with Hyperlink.
audio
The HTML element is used to embed sound content in documents. It may contain one or more audio sources, represented using the src attribute or the source element: the browser will choose the most suitable one. It can also be the destination for streamed media, using a MediaStream.
img
The <img></img> HTML element embeds an image into the document.
map
The HTML element is used with area elements to define an image map (a clickable link area).
track
The HTML element is used as a child of the media elements, audio and video. It lets you specify timed text tracks (or time-based data), for example to automatically handle subtitles. The tracks are formatted in WebVTT format (.vtt files) — Web Video Text Tracks.
The HTML element embeds a media player which supports video playback into the document. You can use for audio content as well, but the audio element may provide a more appropriate user experience.
video