Advanced HTML5 & CSS3 Part IV

Advanced HTML5 & CSS3 Part IV

9th - 12th Grade

55 Qs

quiz-placeholder

Similar activities

Викторина СС финал

Викторина СС финал

12th Grade

50 Qs

JavaScript - Q1

JavaScript - Q1

11th Grade

50 Qs

General Revision

General Revision

9th - 10th Grade

50 Qs

Тест по SQL, сортировкам,HTML, Логическим элементам и сетям

Тест по SQL, сортировкам,HTML, Логическим элементам и сетям

11th Grade

50 Qs

HTML EOPA Practice

HTML EOPA Practice

11th - 12th Grade

54 Qs

G10 HTML and CSS

G10 HTML and CSS

10th Grade

60 Qs

CSS Style Sheet

CSS Style Sheet

9th - 12th Grade

50 Qs

HTML & Website Design

HTML & Website Design

9th Grade

60 Qs

Advanced HTML5 & CSS3 Part IV

Advanced HTML5 & CSS3 Part IV

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Greg Baker

Used 70+ times

FREE Resource

55 questions

Show all answers

1.

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

2.

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

3.

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

4.

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>

5.

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

6.

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

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Requests the browser not to download any portion of the audio file unless the user clicks on play.  No track length will be displayed.
none
auto
metadata

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?