HTML 3 Flashcards
(37 cards)
Which is the best format for compressed recorded music?
MP3
What does MIPI (.mid/.midi) stand for?
Musical Instrument Digital Interface
what is MIPI (.mid/.midi) the main format for?
electronic music devices
Which company developed Real Audio audio format?
Real Media
what is the advantage of Real Audio audio format?
allows audio streaming with low Bandwidth
what is the disadvantage of Real Audio audio format?
doesn’t play in web browsers
What does WMA audio format stand for?
Window Media Audio
Which company developed WMA?
Microsoft
What does AAC audio format stand for?
Advanced Audio Coding
Which company developed AAC audio format??
Apple
Which company developed WAV audio format?
IBM and Microsoft
is WAV audio format supported by HTML?
yes
Which company developed OGG audio format?
Xiph- Org Foundation
is Ogg video format supported by HTML?
yes
MP3 is supported by all browsers, true or false?
true
Give an example of how to edit HTML video width and height?
<video>
</video>
What is the function of <source></source> element?
allows you to specify alternate video files. The browser will use the first recognized format
Give an example of how to use source HTML element for a movie with mp4 video format
<source></source>
Give an example of HTML code of how to use HTML <video> Autoplay element</video>
<video>
<source></source>
</video>
What are the 3 video tags for HTML
<video>
<source></source>
<track></track>
</video>
What is the function of HTML video tag <video>?</video>
Defines a video/movie
What is the function of HTML video tag <source></source>
Defines multiple media resources, such as <video> or <audio></audio></video>
What is the function of HTML video tag <track></track>?
Defines text track in media players.
What is Media Type of MP4?
video/mp4