wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

lists and images

Total questions: 14

Worksheet time: 11mins

Name
Class
Date
1.

Which of the following is NOT included in the IMAGE tag code?

a)

img

b)

src

c)

h1

d)

alt

2.

Which is an example of a complete image tag?

a)

<img "dog.jpg">

b)

<img src="dog.jpg" alt="my dog"/>

c)

img=dog.jpg

d)

<src="dog.jpg" alt="my dog">

3.

IMG is short for:

a)

image

b)

imagine

c)

source

d)

photo

4.

src is short for:

a)

source

b)

image

c)

screen

d)

html

5.

alt is short for:

a)

alternative text

b)

alien

c)

alternator

d)

automotive

6.

What is missing from this image tag?


<img="cat.jpeg" alt="cat"/>

a)

h1

b)

h6

c)

.jpeg

d)

src=

7.

The tags used for lists are:

a)

<ul>

b)

<li>

c)

<ol>

d)

<il>

8.

Which is the correct syntax for a link?

a)

<a href="url">link text</a>

b)

<a href="url" link text>

c)

<a href=url>link text</a>

d)

<a href="url" link text</a>

9.

Which of these tags creates a bulleted list?

a)

<LI>

b)

<OL>

c)

<UL>

d)

<BL>

10.

Which of these is used when creating both numbered and bulleted lists?

a)

<li>

b)

<item>

c)

<ol>

d)

<ul>

11.
Why should the alt attribute be used in an HTML image element?
a)
To find an alternative image if the one you want isn't working
b)
To send the user to another webpage where they might find the right image
c)
It is a brief description of an image if for some reason the user cannot see the image
d)
It allows a user to report an image that isn't working on a website
12.
What type of list is this?
a)
Ordered
b)
House
c)
Bulleted
d)
Unordered
13.
What type of list is this?
a)
Numbered
b)
Ordered
c)
Unordered
d)
Food
14.

Ordered lists are used...

a)

To display a list of items that need to be in a specific order

b)

To display a list of items that can be in any order

c)

To display descriptions of items in a list

d)

To display a list of randomly generated items