28 Answers to Review Questions. “Digital Media Primer” Yue-Ling Wong
Chapter 9
1. HTML5 video and audio are played back _____.
2. To provide multiple video or audio sources for different browsers, _____.
A. use the preload attribute
B. use the controls attribute
C. use the autoplay attribute
D. use the loop attribute
E. use the poster attribute
F. set up a source list using <source> elements
3. To display an image in place of the video before it starts, _____.
A. use the preload attribute
B. use the controls attribute
C. use the autoplay attribute
D. use the loop attribute
E. use the poster attribute
F. set up a source list using <source> elements
4. To display the controller for the video or audio, _____.
A. use the preload attribute
5. If there are multiple videos on a page, you should avoid turning on _____ to reduce network traffic.
A. preload
B. controls
C. autoplay
D. loop
E. poster
F. <source>
6. A poster image is an image that is shown in place of the video _____.
A. before an HTML5 video starts
B. as a fallback for browsers that do not support HTML5 video