Advanced HTML5 & CSS3 Part IV

Advanced HTML5 & CSS3 Part IV

9th - 12th Grade

55 Qs

quiz-placeholder

Similar activities

HTML - PÁGINAS WEB

HTML - PÁGINAS WEB

11th Grade

50 Qs

Cascading Style Sheets

Cascading Style Sheets

9th - 12th Grade

50 Qs

G10 HTML and CSS

G10 HTML and CSS

10th Grade

60 Qs

CSS Style Sheet

CSS Style Sheet

9th - 12th Grade

50 Qs

PTS Web

PTS Web

10th - 12th Grade

55 Qs

Fund. of Web Design: Final Exam Review

Fund. of Web Design: Final Exam Review

9th - 12th Grade

50 Qs

Private TST G10 ICT ch 6 and 21 final trial

Private TST G10 ICT ch 6 and 21 final trial

11th Grade - University

51 Qs

REMEDIAL XIMM PEMROGRAMAN WEB

REMEDIAL XIMM PEMROGRAMAN WEB

11th 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?