wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Web Development Revision (Table)

Total questions: 10

Worksheet time: 3mins

Name
Class
Date
1.

Which HTML tag pair is used to specify table headings?

a)

<td> </td>

b)

<th> </th>

c)

<head> </head>

d)

<tr> </tr>

2.

Which CSS property specifies the background color of a table?

a)

background

b)

bgcolor

c)

background-color

d)

table-color

3.

Which of the following tags are related to tables

in HTML?

a)

<table> <thead> <tbody>

b)

<table> <row> <column>

c)

<table> <tr> <td>

d)

<table> <theader> <tfooter>

4.

Which HTML element uses a border attribute to

display a table with a border?

a)

<td>

b)

<tr>

c)

<table>

d)

<tableborder>

5.

Which of the following element is used to describe the table of contents?

a)

<title>

b)

<th>

c)

<caption>

d)

<td>

6.

Which of the following attribute when used with <td> merges three cells horizontally?

a)

colmerge=”3”

b)

rowspan=”3”

c)

rowmerge=”3”

d)

colspan=”3”

7.

Which HTML tag pair is used to begin and end a table row?

a)

<td> </td>

b)

<tbody> </tbody>

c)

<table> </table>

d)

<tr> </tr>

8.

Which of the following is the intended use of tables on web pages?

a)

configuring the layout of an entire page

b)

organizing information

c)

forming hyperlinks

d)

configuring a resume

9.

Which of the following CSS configures the td and th element selectors with a border?

a)

td& th { border: 1px;}

b)

td, th { border: 1px;}

c)

td; th { border: 1px;}

d)

td, th { border= 1px;}

10.

The text displayed within a table (a)   element is always centered and bold.