HTML Images

HTML Images

9th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

HTML

HTML

10th Grade

10 Qs

HTML Media Content Tags

HTML Media Content Tags

12th Grade

9 Qs

Formularios e imagenes en HTML

Formularios e imagenes en HTML

12th Grade

11 Qs

Unit 5 - CSS Review

Unit 5 - CSS Review

9th - 12th Grade

11 Qs

SHORT ACTIVITY

SHORT ACTIVITY

9th Grade

10 Qs

HTML und CSS - Wissenstest

HTML und CSS - Wissenstest

9th - 10th Grade

12 Qs

WEBSITE AUTHORING CHECKPOINT

WEBSITE AUTHORING CHECKPOINT

8th - 9th Grade

12 Qs

HTML BASIC 5 - 8 QUIZ

HTML BASIC 5 - 8 QUIZ

12th Grade

10 Qs

HTML Images

HTML Images

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Maria Cruz Farooqi

FREE Resource

9 questions

Show all answers

1.

DRAG AND DROP QUESTION

1 min • 1 pt

Images can ​ (a)   the design and the ​ (b)   of a web page.

appearance
improve

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which is the correct code to insert this image?

<img src="pic_trulli.jpg" alt="Italian Trulli">

<img> src="pic_trulli.jpg" alt="Italian Trulli" </img>

<img alt="pic_trulli.jpg" src="Italian Trulli">

3.

DROPDOWN QUESTION

1 min • 1 pt

Media Image

<img src="​ (a)   " alt="​ (b)   ">

img_girl.jpg
Girl in a jacket

4.

DRAG AND DROP QUESTION

1 min • 1 pt

Media Image

<img ​ (a)   ="img_chania.jpg" ​ (b)   ="Flowers in Chania">

src
alt

5.

DROPDOWN QUESTION

1 min • 1 pt

HTML Images Syntax

The HTML <img> tag is used to embed an ​ (a)   in a web page. Images are not technically inserted into a web page; images are ​ (b)   to web pages.

The <img> tag creates a ​ (c)   for the referenced image.

image
linked
holding space

6.

DROPDOWN QUESTION

1 min • 1 pt

The tag is empty, it contains attributes only, and ​ (a)   have a closing tag.

The tag has ​ (b)   required attributes: src - ​ (c)   alt - ​ (d)  

does not
two
Specifies the path to the image
Specifies an alternate text for the image

7.

DRAG AND DROP QUESTION

1 min • 1 pt

The src Attribute The required src ​ (a)   specifies the path (​ (b)   ) to the image.

URL
attribute

8.

DROPDOWN QUESTION

1 min • 1 pt

Note: When a web page loads, it is the ​ (a)   , at that moment, that gets the ​ (b)   from a web server and ​ (c)   into the page. Therefore, make sure that the image actually stays in the same spot in relation to the web page, otherwise your visitors will get a​ (d)   icon. The broken link icon and the alt text are shown if the browser ​ (e)   the image.

browser
image
inserts it
broken link
cannot find

9.

DROPDOWN QUESTION

1 min • 1 pt

The required alt attribute provides an ​ (a)   for an image, if the user for some reason ​ (b)   view it (because of slow connection, an error in the src attribute, or if the user uses a screen reader).

<img src="img_chania.jpg" alt="​ (c)   ">

alternate text
cannot
Flowers in Chania