Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML Media Content Tags

Total questions: 9

Worksheet time: 7mins

Name
Class
Date
1.

Which tag(s) use code like this?

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

a)

<iframe>

b)

<audio>

c)

<video>

d)

<img>

e)

<a>

2.

Which tag(s) use this attribute?

src

a)

<source>

b)

<img>

c)

<iframe>

d)

<video>

e)

<audio>

3.

Which tag(s) use this attribute?

controls

a)

<source>

b)

<img>

c)

<iframe>

d)

<video>

e)

<audio>

4.

Which of these generally have an end tag?

a)

<a>

b)

<img>

c)

<video>

d)

<audio>

e)

<source>

5.

Fill in the blank:

<source src="movie.mp4" type=" (a)   /mp4">

6.

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

(a)  

7.

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

a)

src

b)

alt

c)

img

d)

pic

e)

file

8.

Which of these correctly adds a picture to a webpage?

a)

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

b)

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

c)

<img src="tree.jpg" />

d)

<img alt="tree.jpg" />

9.

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

a)

An error in the SRC will prevent the image from loading

b)

The ALT text can be voiced by a screen reader

c)

Slow connections may prevent an image from loading

d)

Every tag requires an ALT