Module-9-Different-types-of-Multimedia-Lecture-Copy
Module-9-Different-types-of-Multimedia-Lecture-Copy
MULTIMEDIA
IN HTML DOCUMENTS
Module 9
Multimedia
comes in many different formats.
The text between the <video> and </video> tags will only
be displayed in browsers that do not support the <video>
element.
HTML <video> Autoplay
<audio controls>
<source
src="audio.mp3"
type="audio/mpeg
">
</audio>
The controls attribute adds audio controls, like play, pause, and
volume.
The text between the <audio> and </audio> tags will only be
displayed in browsers that do not support the <audio> element.