HTML Media Content Tags

HTML Media Content Tags

12th Grade

9 Qs

quiz-placeholder

Similar activities

G5 HTML

G5 HTML

5th Grade - University

10 Qs

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

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

1st - 12th Grade

11 Qs

Code.org (Unit 2)

Code.org (Unit 2)

7th - 12th Grade

10 Qs

Conceitos de usabilidade e acessibilidade em projetos web

Conceitos de usabilidade e acessibilidade em projetos web

12th Grade - University

10 Qs

Unit 5 - CSS Review

Unit 5 - CSS Review

9th - 12th Grade

11 Qs

HTML BASIC 5 - 8 QUIZ

HTML BASIC 5 - 8 QUIZ

12th Grade

10 Qs

JSPS Competition Hackathon - HTML Language Grade 4 & 5

JSPS Competition Hackathon - HTML Language Grade 4 & 5

4th Grade - University

10 Qs

HTML Introduction

HTML Introduction

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