HTML Media Content Tags

HTML Media Content Tags

12th Grade

9 Qs

quiz-placeholder

Similar activities

Web Quzizz

Web Quzizz

9th - 12th Grade

10 Qs

Introduction to HTML

Introduction to HTML

9th - 12th Grade

10 Qs

10/29

10/29

6th Grade - University

10 Qs

HTML Unit Quiz

HTML Unit Quiz

9th - 12th Grade

11 Qs

QoD - HTML Attributes

QoD - HTML Attributes

9th - 12th Grade

7 Qs

HTML quiz - Day 4

HTML quiz - Day 4

5th - 12th Grade

11 Qs

HTML Images

HTML Images

9th - 12th Grade

9 Qs

Day 1&2 revison test

Day 1&2 revison test

9th - 12th Grade

10 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

Discover more resources for Computers