Review Session 5

Review Session 5

1st - 5th Grade

10 Qs

quiz-placeholder

Similar activities

N5 WDD: Analysis Design and HTML

N5 WDD: Analysis Design and HTML

5th - 12th Grade

15 Qs

ASK T1 Ukuran Bagi Audio

ASK T1 Ukuran Bagi Audio

1st Grade

12 Qs

File Extensions

File Extensions

5th - 9th Grade

10 Qs

MS ppt

MS ppt

1st - 2nd Grade

15 Qs

Tipos de archivos

Tipos de archivos

3rd Grade

14 Qs

Yr 9 R097 3rd lesson

Yr 9 R097 3rd lesson

1st - 6th Grade

15 Qs

MULTIMEDIA

MULTIMEDIA

2nd Grade

15 Qs

Intermediate HTML/CSS Class 1

Intermediate HTML/CSS Class 1

KG - Professional Development

12 Qs

Review Session 5

Review Session 5

Assessment

Quiz

Computers

1st - 5th Grade

Medium

Created by

Arif Rahman

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML tag is used to embed audio files on a webpage?

<audio>

<video>

<embed>

<iframe>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML tag is used to embed video files on a webpage?

<audio>

<video>

<iframe>

<embed>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to add an audio file in HTML?

<audio src="music.mp3"></audio>

<audio><source src="music.mp3" type="audio/mp3"></audio>

<audio><source="music.mp3"></audio>

<audio href="music.mp3"></audio>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to embed a video from your device using the <video> tag?

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

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

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

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

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML tag is used to embed external content, such as a YouTube video, on a webpage?

<embed>

<iframe>

<audio>

<video>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you embed a YouTube video using an <iframe> tag?

<iframe src="https://www.youtube.com/embed/video_id" width="560" height="315"></iframe>

<video src="https://www.youtube.com/embed/video_id" width="560" height="315"></video>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the type attribute in the <audio> or <video> tag?

It defines the file format of the media

It sets the file's size

It gives a description of the file

It defines the duration of the media file

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?