wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Creating tables in HTML

Total questions: 10

Worksheet time: 8mins

Name
Class
Date
1.

Tables can (a)   any type of data such as text, images, links, and other tables.

2.

Which element divides a table into rows?

a)

<table>

b)

<th>

c)

<tr>

d)

<td>

e)

<style>

3.

Which attribute allows the user to span a cell along a horizontal row?

a)

colspan

b)

rowspan

c)

border

d)

background

4.

The data in a table might appear cluttered, which may affect the _________.

a)

readability

b)

reading

c)

readable

d)

reads

5.

You can set the color by using (a)   or color value.

6.

The "colspan" and "rowspan" (a)   can be used within the <td> and <th> elements.

7.

In HTML, by default, the data within the table is aligned on the _________ of the cell.

a)

center

b)

left side

c)

right side

d)

justified position

8.

The possible values of (a)   alignment are top, middle, bottom

9.

The style can also be (a)   to individual rows, cells, or to the entire table.

10.

The table size can be ________ when the user wants to add rows and columns in the table

a)

expands

b)

expand

c)

expanded

d)

expanding