Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Lesson 3 -4

Total questions: 5

Worksheet time: 3mins

Name
Class
Date
1.

Which HTML tag is used to display an image on a web page?

a)

A. <image>

b)


B. <img>

c)

C. <src>

d)

D. <picture>

2.

Which attribute is used to specify the path of an image in the <img> tag?

a)

A. href

b)

B. alt

c)

C. src

d)

D. link

3.

Which tag is used to create a numbered list in HTML?

a)

A. <ul>

b)

B. <li>

c)

C. <dl>

d)

D. <ol>

4.

The <ul> tag is used to create

a)

A. A list with images

b)

B. A list without order (bullets)

c)

C. A numbered list

d)

D. A list with links

5.

To create a list like this:

  • Cat

  • Dog

  • Rabbit
    Which tags should you use?

a)

A. <ul> and <li>

b)

B. <ol> and <li>

c)

C. <dl> and <dd>

d)

D. <ul> and <ol>