wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Web Design EOU 2

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

Which of the following tag is used to begin creating a table in an HTML document?

a)

<tbl>

b)

<table>

c)

</tbl>

d)

</table>

2.

Which of the following creates a table row?

a)

<row>

b)

<rw>

c)

<trow>

d)

<tr>

3.

Which of the following will create a column in an HTML table?

a)

<col>

b)

<data>

c)

<td>

d)

<tcol>

4.

Which of the following tags is used to create a heading within an HTML table?

a)

</h1>

b)

<heading>

c)

<h1>

d)

<h2>

5.

Which opening and closing tags are used to define a cell in an HTML table element?

a)

<td> </td>

b)

<cell> </cell>

c)

<td> <td>

d)

<tc> </tc>

6.

Which is the extension for HTML files?

a)

.exe

b)

.doc

c)

.excel

d)

.html

7.

What does this tag do:

<a href = “ “ > … <a/>

a)

Links to an image saved in your work area

b)

Links to an image saved in your work area

8.

<th>

a)

one data cell

b)

one cell in a row of headers

c)

one column of headers

d)

one row of headers

9.

caption

a)

can be set only for header rows

b)

can be set for each row

c)

will appear at the bottom of a table

d)

will appear at the top of table

10.

The closing table tag is

a)

</close>

b)

</caption>

c)

</table>

d)

<table>

11.

How many rows and columns does this table have?

a)

One row and one column

b)

One row and 3 columns

c)

Two rows and 4 columns

d)

Two rows and two columns

12.

Why would a table be used?

a)

To arrange and store similar data

b)

To arrange and store similar data

c)

To hold stuff

d)

To arrange and store similar data

13.

Adds a title, which appears above the table by default.

a)

<table>...</table>

b)

<caption>...</caption>

c)

<th>...</th>

d)

<td>...</td>

14.

Property used to manipulate the amount of space between cell content and the cell's inner border.

a)

border-spacing

b)

padding

15.

Attribute that identifies the number of table columns a single cell can occupy.

a)

colspan

b)

colspan

16.

Attribute that identifies the number of table rows a single cell can occupy.

a)

colspan

b)

rowspan

17.

Determines the style of border

a)

background-color

b)

border

c)

text-align

d)

padding

18.

Combines the borders of adjacent cells into a single border instead of separating them

a)

text-align

b)

vertical-align

c)

border-collapse

d)

padding

19.

Lorienne is building a table for her Web site that shows her babysitting rates depending on the number of hours and number of children watched.


To indicate the start and end of a row, Lorienne uses the ____element.

a)

<td<</td>

b)

<sd></sd>

c)

<sr></sr>

d)

<tr></tr>

20.

To merge a cell across multiple columns in an HTML table, you use the ____ attribute in the opening th or td tag for the cell to specify the number of columns in which it should be displayed.

a)

rowspan

b)

colspan

c)

either of these

d)

neither of these