wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML and Media Attributes Worksheet

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

What video format was developed by Apple, and will play on any computer that has a QuickTime player installed?

a)

.MOV

b)

.OGG

c)

AVI

d)

.WEBM

2.

What format was created by Google to be a free, open source video format?

a)

.MOV

b)

.WEBM

c)

.OGG

d)

AVI

3.

FLV is the file extension for what type of video file?

a)

Flash

b)

HTML video

c)

Flex

d)

QuickTime

4.

The element that is repeated within an < audio > or < video > element to list several different file formats for the same video is:

a)

b)

c)

d)

5.

Which of the following questions should you consider when selecting a video, audio, or animation clip to display on your website?

a)

Is it ethical? Do you have clear moral rights in addition to legal rights?

b)

Is it appropriate? Does the file match your website and target audience?

c)

All of these questions should be considered

d)

Is it legal? Do you have permission to use the file?

6.

What < video > attribute should you use if you want to control how the file or meta-data information is retrieved by the browser?

a)

loop

b)

controls

c)

preload

d)

autoplay

7.

What < audio > attribute should you use to turn off the sound?

(a)  

8.

How can you display a fallback message in older browsers that do not support HTML5 < audio > or < video > elements?

a)

Add an “alt” attribute to each < source > element

b)

Add a < caption > element inside the < audio > or < video >

c)

Add a line of text after the last < source > element

d)

Add a “summary” attribute to the < audio > or < video >

9.

Which of the following statements is true about the Flash format?

a)

Flash cannot be embedded on HTML5 pages

b)

All Apple iOS devices come with built-in Flash support

c)

Flash is still popular, but will eventually be replaced by newer formats

d)

Flash is the one and only way to display videos today

10.

It is best practice to start playing audio and video automatically when the web page is loaded.

a)

True

b)

False