HTML Video Quiz

HTML Video Quiz

11th Grade

8 Qs

quiz-placeholder

Similar activities

iGCSE Computer Science: Digital Audio

iGCSE Computer Science: Digital Audio

9th - 12th Grade

10 Qs

HTML5 Video

HTML5 Video

6th Grade - University

4 Qs

File types

File types

8th - 12th Grade

13 Qs

Lesson 8: Multimedia

Lesson 8: Multimedia

11th Grade

10 Qs

Audio and Video

Audio and Video

7th - 12th Grade

13 Qs

MAWD Quiz 3.01 Audio

MAWD Quiz 3.01 Audio

9th - 12th Grade

8 Qs

HTML-дегі мультимедияны енгізу

HTML-дегі мультимедияны енгізу

9th - 11th Grade

10 Qs

Post Test_Presentasi Canva

Post Test_Presentasi Canva

9th - 12th Grade

10 Qs

HTML Video Quiz

HTML Video Quiz

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Preston Rowland

Used 2+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What attribute is used to add video controls like play, pause, and volume?

controls

loop

autoplay

muted

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a supported HTML video format?

AVI

MP4

Ogg

WebM

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct media type for MP4 video format?

video/avi

video/x-msvideo

video/mpeg

video/mp4

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which attribute should be added to autoplay a video but keep it muted?

autoplay muted

autoplay silent

play muted

autoplay quiet

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which browser does NOT support the Ogg video format?

Safari

Chrome

Firefox

Opera

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What is the purpose of the element in HTML video?

Defines video controls

Defines a video or movie

Defines text tracks in media players

Defines multiple media resources

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a method defined by the HTML DOM for the

initiate()

begin()

start()

play()

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the recommended practice regarding the width and height attributes of a video?

Never include them to save space

Include only width

Include only height

Always include them to prevent flickering