wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

ECS - HTML - Quiz #3 Rev - Tables and Lists

Total questions: 12

Worksheet time: 6mins

Name
Class
Date
1.

How many rows are in the following table?

a)

4

b)

3

c)

5

d)

2

2.

How many columns are in the following table?

a)

4

b)

3

c)

5

d)

2

3.

Does the following table have a border?

a)

Yes

b)

No

c)

Maybe. Not enough information.

4.

Does the following table have a border?

a)

Yes

b)

No

c)

Maybe. Not enough information.

5.

How many rows does the following table have?

a)

5

b)

4

c)

3

d)

2

6.

What did Yanny do wrong with the following code?

a)

Nothing. It creates a table.

b)

There is no content between the opening and closing table tags.

c)

It is missing a closing </tr> tag.

d)

It is missing a closing </td> tag.

7.

What type of list does the following code produce?

a)

Ordered.

b)

Unordered.

c)

Both ordered and unordered.

d)

Can't say. Not enough information.

8.

What type of list does the following code produce?

a)

Ordered

b)

Unordered

c)

Both ordered and unordered

d)

Can't say. Not enough information.

9.

What is the difference between a <th> tag and a <td> tag? There are multiple answers.

a)

<th> tag bolds the text.

b)

<th> tag centers the text.

c)

<td> tags create a hyperlink.

d)

<td> tags make an unordered list.

10.

What is wrong with the hyperlink code?

a)

Nothing.

b)

Missing closing </a> tag

c)

No content between the opening <a> and closing </a> tags

d)

HREF is misspelled as HERF

11.

What is the correct syntax for inserting an image?

a)

<img src> chipotleGuac.jpg </img>

b)

<src img="chipotleGuac.jpg">

c)

<img src="chipotleGuac.jpg">

d)

<src img> chipotleGuac.jpg </img>

12.

What is wrong with the following hyperlink?

a)

Nothing.

b)

The closing tag is missing the slash </a>

c)

There is no content between the opening and closing <a> tags.

d)

HREF is misspelled as HERF