HTML Video and Form Elements Quiz

HTML Video and Form Elements Quiz

10th Grade

30 Qs

quiz-placeholder

Similar activities

Pre-test Informatika Kelas 8

Pre-test Informatika Kelas 8

8th Grade - University

25 Qs

CSS Font Property Quizziz

CSS Font Property Quizziz

6th Grade - University

25 Qs

Review Python_G8

Review Python_G8

8th Grade - University

28 Qs

HTML Attempt 2 Review

HTML Attempt 2 Review

9th - 12th Grade

25 Qs

Y9 Python Review

Y9 Python Review

9th Grade - University

30 Qs

Final Quiz Pemrograman C++

Final Quiz Pemrograman C++

10th Grade

32 Qs

G10 - Ôn tập cuối kì mùa Đông

G10 - Ôn tập cuối kì mùa Đông

10th Grade

34 Qs

Quiz Tag HTML

Quiz Tag HTML

10th Grade

30 Qs

HTML Video and Form Elements Quiz

HTML Video and Form Elements Quiz

Assessment

Quiz

Information Technology (IT)

10th Grade

Hard

Created by

Marlon Evangelista

Used 1+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML tag is used to embed a video in a webpage?

<media>

<video>

<embed>

<source>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which attribute of the <video> tag is used to display video controls like play, pause, and volume?

autoplay

controls

loop

muted

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the <source> tag inside the <video> element?

It links to an external video player

It provides multiple video formats for compatibility

It adds subtitles to the video

It defines the video resolution

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the autoplay attribute do in an HTML5 video?

Automatically plays the video when the page loads

Makes the video loop infinitely

Starts the video only after clicking play

Displays a preview thumbnail of the video

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you ensure a video starts playing automatically but without sound?

Add autoplay only

Add muted only

Add both autoplay and muted

This is not possible in HTML5

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following correctly embeds a video with controls in HTML?

<video src="video.mp4" autoplay></video>

    <video src="video.mp4" loop></video>

<video src="video.mp4" controls></video>

<video src="video.mp4"></video>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML tag is used to embed an audio file in a webpage?

<sound>

<music>

<audio>

<media>

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?