wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML Audio

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.
Which *New* element did HTML5 introduce to play auido files natively withing the browser?
a)
<audio>
b)
<iTunes>
c)
<embed>
d)
<script>
2.
Which attribute provides the user with a way to control the play of the audio: start/stop, jump to any point on the audio track, mute, and adjust volume?
a)
jukebox
b)
controls
c)
playsong
d)
loop
3.
Adding the ________ attribute to the <audio> element, we can recommend to the browser what to do with the audio file when the web page loads:
a)
play
b)
controls
c)
preload
d)
que
4.
The _______ attribute lets us tell the browser to play the audio track continuously until the user stops or pauses it:
a)
repeat
b)
play
c)
controls
d)
loop
5.
Which code can be handy if we want to play background music that never stops? 
a)
<audio src="audio/background.mp3" autoplay loop></audio>
b)
<p>Listen to my favorite song:</p> <audio src="audio/song.mp3" controls autoplay></audio>
6.
 Requests the browser to download just the beginning chunk of the audio file, which is enough to determine and display the track length.
a)
auto
b)
metadata
c)
none
7.
Requests the browser to download the audio file automatically in the background, without waiting for the user to click on the play button.
a)
auto
b)
metadata
c)
none
8.
Requests the browser not to download any portion of the audio file unless the user clicks on play.  No track length will be displayed.
a)
none
b)
auto
c)
metadata
9.
HTML5 introduced the <audio> element. The goal of this new element is to play audio files natively within the browser.  Doing so carries which advantages?
a)
No need for installing, maintaining, and updating specific browser plug-ins.
b)
Faster and smoother performance, since no plug-ins or JavaScript need to be loaded.
c)
More consistency in behavior among the different browsers, versions, and platforms.
d)
All of the Above
10.
How much wood could a woodchuck chuck if a woodchuck could chuck wood?
There is only one correct answer!!!!!
a)
Seven
b)
Thirty
c)
Mr. Baker is soooooo funny
d)
Zero