wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML Links/Images

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

HTML Links are created with the ________ tag.

a)

<a href="location"></a>

b)

<link rel="stylesheet" href="location">

c)

<redirect to page="location">

2.

The href attribute is used to . . .

a)

Add a citation to an HTML element.

b)

Point a link to the target site.

3.

An unvisited link is underlined and blue.

a)

True

b)

False

4.

A visited link is underlined and purple.

a)

True

b)

False

5.

An active link is not underlined or red.

a)

True

b)

False

6.

Images can improve the design and the appearance of a web page.

a)

True

b)

False

7.

The <img> tag has two required attributes. Which answer is not correct?

a)

src - Specifies the path to the image

b)

alt - Specifies an alternate text for the image

c)

style - used to add CSS to an element

8.

The <img> tag is empty, it contains attributes only, and does not have a closing tag.

a)

True

b)

False

9.

HTML allows animated images.

a)

True GIFs can be animated.

b)

False, HTML never allows animation.

10.

A background image can be specified for almost any HTML element.

a)

True

b)

False