wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Tables in HTML

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

th

a)

one cell in a row of headers

b)

one data cell

c)

one row of headers

d)

one column of headers

2.

tr

a)

one column on the right

b)

one cell in a table

c)

one row of anything

d)

one column of anything

3.

td

a)

one cell in a header

b)

one column of a row

c)

one row of a column

d)

one data cell in a row

4.

caption

a)

can be set only for header rows

b)

can be set for each row

c)

will appear at the top of table

d)

will appear at the bottom of a table

5.

td and th

a)

can appear only in rows

b)

cannot be used in rows

c)

can be used outside of rows

d)

can be used outside of columns

6.

The closing table tag is

a)

</close>

b)

</caption>

c)

</table>

d)

<table>

7.

The opening caption tag is

a)

<table>

b)

<caption>

c)

<tblcaption>

d)

<figcaption>

8.
Which of the following tag is used to begin creating a table in an HTML document?
a)
<table>
b)
<tbl>
c)
</table>
d)
</tbl>
9.
Which of the following creates a table row?
a)
<tr>
b)
<row>
c)
<trow>
d)
<rw>
10.
Which of the following will create a column in an HTML table?
a)
<col>
b)
<td>
c)
<tcol>
d)
<data>