wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Html_Tables

Total questions: 17

Worksheet time: 9mins

Name
Class
Date
1.

Which is the tag to create a row ?

a)

<table>

b)

<tr>

c)

<td>

d)

None of these

2.

Which things can be added to a table ?

a)

Images

b)

another table

c)

hyperlinks

d)

All of the above

3.

Which attribute will add a heading to a table?

a)

Head

b)

Title

c)

h1

d)

caption

4.

Which is correct?

a)

<table> <td><tr>1</tr><tr>2</tr></td> </table>

b)

<table><tr></tr><td>1</td><td>2</td></table>

c)

<table><tr><td>1</td><td>2</td></tr></table>

d)

All of the these

5.

Which is the tag to add table column heading?

a)

td

b)

tr

c)

table

d)

th

6.

th

a)

one cell in a row of headers

b)

one data cell

c)

one row of headers

d)

one column of headers

7.

tr

a)

one column on the right

b)

one cell in a table

c)

one row of anything

d)

one column of anything

8.

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

9.

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

10.

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

11.

The closing table tag is

a)

</close>

b)

</caption>

c)

</table>

d)

<table>

12.
Which opening and closing tags are used to define a cell in an HTML table element?
a)
<td> </td>
b)
<cell> </cell>
c)
<tc> </tc>
d)
<td> <td>
13.
What does this tag do:
<a href = “  “ > … <a/> 
a)
Links to an image saved in your work area
b)
Links to an image from a website
14.

What are the start tag and end tag codes for the table header?

a)

<table></table>

b)

<th></th>

c)

<header></header>

d)

<th/>

15.

What are the start tag and end tag codes for the table data?

a)

<td></td>

b)

<data></data>

c)

<table></table>

d)

<td/>

16.

What are the start tag and end tag codes for the table row?

a)

<row></row>

b)

<table></table>

c)

<tr></tr>

d)

<tablerow></tablerow>

17.

True or False?

A table border will always appear whenever a table is being created.

a)

True

b)

False