wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Html List and img

Total questions: 61

Worksheet time: 39mins

Name
Class
Date
1.

What does HTML stand for?

a)

HyperText Making Language

b)

HyperText Multiple Language

c)

HyperText Markup Language

d)

HyperTransfer Markup Language

2.

HTML language uses...

a)

Tabs

b)

Tags

c)

Punctuation

d)

Quotations

3.

Which tag declares that the document is a HTML document

a)

<body>

b)

<head>

c)

<title>

d)

<html>

4.

Which tag contains information about your HTML file

a)

<head>

b)

<title>

c)

<p>

d)

<h1>

5.

Which tag creates the most important heading?

a)

<h4>

b)

<h2>

c)

<h1>

d)

<h3>

6.

Which is the correct way to insert an image

a)

<img="image.jpg"/>

b)

<img src="image.jpg"/>

c)

<image.jpg>

d)

<img src:image.jpg>

7.

Which tag is used in ordered lists and unordered lists to define a list item

a)

<b>

b)

<i>

c)

<p>

d)

<li>

8.

This element is used to separate content or define a change in an HTML page

a)

<br>

b)

<hr>

c)

<ol>

d)

<body>

9.

Which code below is correct for a hyperlink

a)

<a herf="https://google.com">Click Me</a>

b)

<a>Click Me>"https://google.com"</a>

c)

<a href="https://google.com">Click Me</a>

d)

<a>"https://google.com"Click Me</a>

10.

Which list tag would you use for an unordered list

a)

<h1></h1>

b)

<ol></ol>

c)

<ul></ul>

d)

<a></a>

11.

Fill in the blank on the code above.

a)

src

b)

href

c)

hrf

d)

target

12.

What is the purpose of the target attribute in the code above?

a)

It tells the browser to make your screen blank when you click the link.

b)

It tells the browser to open the link in the same tab when you click the link.

c)

It tells the browser to open the link in a new tab when you click the link.

d)

It tells the browser to open the link in a different browser when you click the link.

13.

Mr. Sutton is ranking his favorite nicknames for his dog Pippin. What tags should he use for his list?

a)

ol

b)

ul

c)

a

d)

li

14.

What tag is always included in the code for an ordered or unordered list?

a)

<li>

b)

<ol>

c)

<ul>

d)

<list>

15.

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

16.

What is the correct HTML tag for a list item?

a)

<li>

b)

<item>

c)

<list>

d)

<l>

17.

What is the correct HTML tag to start an Ordered List?

a)

<ol>

b)

<ordered>

c)

<list>

d)

<or>

18.

What is the correct HTML tag used to start an Unordered List?

a)

<ul>

b)

<unordered>

c)

<list>

d)

<un>

19.

Unordered 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

20.

TRUE OR FALSE:

Lists must have closing tags

a)

True

b)

False

21.

Descriptive 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

22.

What is the correct HTML tag to start a Descriptive List?

a)

<dl>

b)

<desc>

c)

<list>

d)

<d>

23.

TRUE OR FALSE:

Descriptive Lists need a descriptive title and descriptive data

a)

True

b)

False

24.

What is the correct HTML tag used to for descriptive data?

a)

<dd>

b)

<data>

c)

<desc>

d)

<item>

25.

TRUE OR FALSE:

Ordered Lists can only order items by using numbers

a)

True

b)

False

26.

The <img> tag needs the following attribute to display an image...

a)

src="image location"

b)

scr="image location"

c)

loc="image location"

d)

file="image location"

27.
What does HTML stand for?
a)
Hypertext Making Language
b)
Hyper Transfer Markup Language
c)
Hypertext Markup Language
d)
Hyper Transfer Making Language
28.

HTML Language uses...

a)

Tabs

b)

Tags

c)

Punctuation

d)

Quotations

29.

An attribute does which of the following...

a)

Applies changes to everything

b)

Provides different options for each tag

c)

Prevents changes to the site

d)

Gives structure and text

30.

Which of these are used when adding a picture to a webpage?

a)

src

b)

alt

c)

img

d)

pic

e)

file

31.

Which of these tags creates a bulleted list?

a)

<LI>

b)

<OL>

c)

<UL>

d)

<BL>

32.

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

a)

<LI>

b)

<ITEM>

c)

<OL>

d)

<UL>

e)

<IL>

33.

An unordered list is often called a(n) _______ list.

a)

Numbered

b)

Bulleted

c)

Documented

d)

Sequential

34.

A numbered list is called a(n) ______ list in HTML.

a)

Numbered

b)

Ordered

c)

Sequential

d)

Indexed

35.

Which of these correctly adds a picture to a webpage?

a)

<img src="tree.jpg" alt="Grand Oak" />

b)

<img src="Grand Oak" alt="tree.jpg" />

c)

<img src="tree.jpg" />

d)

<img alt="tree.jpg" />

36.

What are the reasons that ALT is required in an IMG tag?

a)

An error in the SRC will prevent the image from loading

b)

The ALT text can be voiced by a screen reader

c)

Slow connections may prevent an image from loading

d)

Every tag requires an ALT

37.

Which of these tags creates a bulleted list?

a)

<LI>

b)

<OL>

c)

<UL>

d)

<BL>

38.

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

a)

<li>

b)

<item>

c)

<ol>

d)

<ul>

39.
Which is the correct way of adding a url to an image HTML element?
a)
<img src="globe">
b)
<img scr="globe.png">
c)
<img src="globe.png">
d)
img src=globe.png>
40.
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
41.
What type of list is this?
a)
Ordered
b)
House
c)
Bulleted
d)
Unordered
42.
What type of list is this?
a)
Numbered
b)
Ordered
c)
Unordered
d)
Food
43.

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

44.

What is the correct HTML tag for a list item?

a)

<li>

b)

<item>

c)

<list>

d)

<l>

45.

What is the correct HTML tag to start an Ordered List?

a)

<ol>

b)

<ordered>

c)

<list>

d)

<or>

46.

What is the correct HTML tag used to start an Unordered List?

a)

<ul>

b)

<unordered>

c)

<list>

d)

<un>

47.

Which tag should be used to include the following image: cat.jpeg?

a)

<img src="cats.jpg" alt="cat"/>

b)

<img src="cat.JPG" alt="cat"/>

c)

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

d)

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

48.

IMG is short for:

a)

image

b)

imagine

c)

source

d)

photo

49.

src is short for:

a)

source

b)

image

c)

screen

d)

html

50.

What should I change about this tag to change the image that will appear?


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

a)

img

b)

src

c)

cat.jpeg

d)

cat jumping

51.

Where can I find the links to available images?

a)

left colomn

b)

middle colomn

c)

right column

52.

Where will I see the Preview to my Website?

a)

left column

b)

right column

c)

center column

53.

Where can I enter the code tags for my website?

a)

left column

b)

center column

c)

right column

54.

After I save an image to my computer, what should I do before I can add that image to my website?

a)

click add image and then upload the picture.

b)

click and drag the image from my desktop.

c)

nothing, it automatically goes to my links column.

55.

Can I use an image without giving credit to the website and owner of the photo?

a)

yes

b)

no

56.

What is missing from this image tag?


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

a)

h1

b)

h6

c)

.jpeg

d)

src=

57.

Which code below is correct for a hyperlink

a)

<a herf="https://google.com">Click Me</a>

b)

<a>Click Me>"https://google.com"</a>

c)

<a href="https://google.com">Click Me</a>

d)

<a>"https://google.com"Click Me</a>

58.

Which of the following BEST explains the difference between a <p> tag and a <br> tag?

a)

The <br> tag produces a blank line, while the <p> tag does not

b)

The <p> tag produces a blank line, while the <br> tag does not

59.
The <strong> tag will ___________ the text.
a)
Capitalize
b)
Bold
c)
Italicize
d)
Underline
60.

To create a list in HTML document the first tag that is needed is

(a)  

61.

Which list tag has more attributes?

a)

OL

b)

UL