HTML Media Content Tags

HTML Media Content Tags

12th Grade

9 Qs

quiz-placeholder

Similar activities

HTML Introduction

HTML Introduction

9th - 12th Grade

10 Qs

HTML Básico

HTML Básico

8th Grade - University

14 Qs

Definirea referințelor în HTML

Definirea referințelor în HTML

10th - 12th Grade

8 Qs

مراجعة التطبيق الأول تقن 105

مراجعة التطبيق الأول تقن 105

12th Grade

12 Qs

II TRIMESTRALES NOVENO 2025

II TRIMESTRALES NOVENO 2025

9th - 12th Grade

13 Qs

Bootstrap

Bootstrap

9th - 12th Grade

13 Qs

Графічні зображення та гіперпосилання на вебсторінці

Графічні зображення та гіперпосилання на вебсторінці

1st - 12th Grade

11 Qs

HTML CSS Informatyka

HTML CSS Informatyka

9th - 12th Grade

14 Qs

HTML Media Content Tags

HTML Media Content Tags

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Tim Helland

Used 2+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which tag(s) use code like this?

<source src="..." type="...">

<iframe>

<audio>

<video>

<img>

<a>

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which tag(s) use this attribute?

src

<source>

<img>

<iframe>

<video>

<audio>

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which tag(s) use this attribute?

controls

<source>

<img>

<iframe>

<video>

<audio>

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of these generally have an end tag?

<a>

<img>

<video>

<audio>

<source>

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Fill in the blank:

<source src="movie.mp4" type="_____/mp4">

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What attribute is required to show the play button for audio or video?

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of these are used when adding a picture to a webpage?

src

alt

img

pic

file

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these correctly adds a picture to a webpage?

<img src="tree.jpg" alt="Grand Oak" />

<img src="Grand Oak" alt="tree.jpg" />

<img src="tree.jpg" />

<img alt="tree.jpg" />

9.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What are the reasons that ALT is required in an IMG tag?

An error in the SRC will prevent the image from loading

The ALT text can be voiced by a screen reader

Slow connections may prevent an image from loading

Every tag requires an ALT