HTML Media Content Tags

HTML Media Content Tags

12th Grade

9 Qs

quiz-placeholder

Similar activities

Kuis HTML dan CSS

Kuis HTML dan CSS

12th Grade

10 Qs

Clasa a XII a

Clasa a XII a

12th Grade

10 Qs

Unit 5 - CSS Review

Unit 5 - CSS Review

9th - 12th Grade

11 Qs

5.3 ID The Elements - Inline, Block, Attribute

5.3 ID The Elements - Inline, Block, Attribute

9th - 12th Grade

12 Qs

HTML básico

HTML básico

12th Grade

10 Qs

HTML - Lesson 2

HTML - Lesson 2

12th Grade

8 Qs

ws5-bmi-m6-0163

ws5-bmi-m6-0163

7th - 12th Grade

10 Qs

CSS Rules Quiz-unit 4 CodeHS

CSS Rules Quiz-unit 4 CodeHS

7th Grade - University

7 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