HTML Audio

HTML Audio

8th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Latihan HTML

Latihan HTML

12th Grade - Professional Development

10 Qs

Web 1: VIDEO, AUDIO, AND IMAGE TECHNIQUES

Web 1: VIDEO, AUDIO, AND IMAGE TECHNIQUES

6th - 8th Grade

9 Qs

HTML Tags

HTML Tags

1st - 12th Grade

15 Qs

Web Design

Web Design

9th Grade

12 Qs

HTML & Web Design

HTML & Web Design

5th - 9th Grade

12 Qs

lesson 9

lesson 9

8th Grade

10 Qs

web design

web design

6th - 9th Grade

12 Qs

Text formatting tags

Text formatting tags

9th Grade

10 Qs

HTML Audio

HTML Audio

Assessment

Quiz

Computers

8th - 12th Grade

Medium

Created by

Greg Baker

Used 24+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which *New* element did HTML5 introduce to play auido files natively withing the browser?
<audio>
<iTunes>
<embed>
<script>

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

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?
jukebox
controls
playsong
loop

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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:
play
controls
preload
que

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The _______ attribute lets us tell the browser to play the audio track continuously until the user stops or pauses it:
repeat
play
controls
loop

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which code can be handy if we want to play background music that never stops? 
<audio src="audio/background.mp3" autoplay loop></audio>
<p>Listen to my favorite song:</p> <audio src="audio/song.mp3" controls autoplay></audio>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 Requests the browser to download just the beginning chunk of the audio file, which is enough to determine and display the track length.
auto
metadata
none

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Requests the browser to download the audio file automatically in the background, without waiting for the user to click on the play button.
auto
metadata
none

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?