wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Html Lists and Tables

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

_________ property helps in specifying the border width, border style, and border-color of the table and its cells.

a)

Border

b)

Cell Spacing

c)

Padding

2.

The ____ list is used to display the list of items in a specific order and are numbered.

a)

Description

b)

Unordered

c)

Ordered

3.

The Reversed attribute of <ol> tag specifies that the list order should be __________.

a)

Ascending

b)

Normal

c)

Descending

4.

__________ property helps in specifying the space between the border and the content in a table.

a)

Spacing

b)

Padding

c)

Width

5.

_________ helps in defining the terms or names

a)

<dl>

b)

<dd>

c)

<dt>

6.

A _____________ represents one instance of the type of object described in table. It is also called a Record.

a)

Column

b)

Row

c)

Cell

7.

Each row in a table begins with the _____ table row tag and ends with an optional _______ tag.

a)

<Tr>.........</Tr>

b)

<Table>.........</Table>

c)

<Td>.........</Td>

8.

State True or False:

An ordered list automatically starts with the number 1.

a)

True

b)

False

9.

State True or False:

The default value of empty-cells property is hide.

a)

True

b)

False

10.

Which one is different from the following lists.

a)

A, B, C

b)

i, ii, iii

c)

o,∎,

d)

1,2,3

11.

____ arrange data in rows and columns.

a)

Table

b)

Tag

c)

List

d)

Image

12.

____ tag is used to create a table.

a)

<tb>

b)

<table>

c)

<tab>

d)

<t>

13.

________ is the pixel space inside the cells i.e. the distance between the cell content and the boundary.

a)

Cell Spacing

b)

Cell Padding

c)

Cell Expelling

d)

Cell distancing

14.

Each list item starts with the ____ tag.

a)

<list>

b)

<l>

c)

<lis>

d)

<li>

15.

HTML lists allow web developers to group a set of related items in _____.

a)

tables

b)

images

c)

lists

d)

tags

16.

An unordered list starts with the _____ tag.

a)

<ul>

b)

<ol>

c)

<li>

17.

The border color of a table cannot be changed.

a)

True

b)

False

18.

Which code below is correct for a hyperlink

a)

<a>

"https://google.com"

Click Me

</a>

b)

<a>Click Me>

"https://google.com"

</a>

c)

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

Click Me

</a>

d)

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

Click Me

</a>

19.

The <h1> tag marks what type of content?

a)

heading

b)

paragraph

c)

hyperlink

d)

unordered list

20.

What are the 3 main parts of an HTML document ?

a)

head, paragraph tag, and html

b)

head, body and text header

c)

head, body and html

d)

html, body and tags