HTML Audio

HTML Audio

8th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Web Design

Web Design

10th - 12th Grade

15 Qs

Gmetrix HTML/CSS Session 3 Test

Gmetrix HTML/CSS Session 3 Test

7th - 12th Grade

15 Qs

HTML (3CS)

HTML (3CS)

10th - 11th Grade

10 Qs

Web Page Designing Pre-Test

Web Page Designing Pre-Test

9th Grade

15 Qs

Format Multimedia Pada Halaman Web

Format Multimedia Pada Halaman Web

11th Grade - University

10 Qs

HTML/CSS Quiz

HTML/CSS Quiz

10th Grade - University

10 Qs

HTML basics

HTML basics

5th - 10th Grade

10 Qs

Web Development

Web Development

8th - 10th Grade

12 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?