wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

SDA Chapter 5 Vocabulary

Total questions: 21

Worksheet time: 11mins

Name
Class
Date
1.

element to define a table

a)

<table>

b)

<tr>

c)

<td>

d)

<th>

2.

element to define a table row

a)

<table>

b)

<tr>

c)

<td>

d)

<th>

3.

element to define a table data

a)

<table>

b)

<tr>

c)

<td>

d)

<th>

4.

element to define a table heading

a)

<table>

b)

<tr>

c)

<td>

d)

<th>

5.

element to define a table caption

a)

<caption>

b)

CSS border

c)

CSS border-collapse

d)

CSS padding

6.

property to define a border

a)

<caption>

b)

CSS border

c)

CSS border-collapse

d)

CSS padding

7.

property to collapse cell borders

a)

<caption>

b)

CSS border

c)

CSS border-collapse

d)

CSS padding

8.

Determines the amount of space between cell data and the cell border.

a)

<caption>

b)

CSS border

c)

CSS border-collapse

d)

CSS padding

9.

property to align cell text

a)

CSS text-align

b)

CSS border-spacing

c)

colspan

d)

rowspan

10.

property to set the spacing between cells

a)

CSS text-align

b)

CSS border-spacing

c)

colspan

d)

rowspan

11.

attribute to make a cell span many columns

a)

CSS text-align

b)

CSS border-spacing

c)

colspan

d)

rowspan

12.

attribute to make a cell span many rows

a)

CSS text-align

b)

CSS border-spacing

c)

colspan

d)

rowspan

13.

Specifies a group of one or more columns in a table for formatting

a)

<colgroup>

b)

<col>

c)

<thead>

d)

<tbody>

14.

Specifies column properties for each column within a <colgroup> element

a)

<colgroup>

b)

<col>

c)

<thead>

d)

<tbody>

15.

Groups the header content in a table

a)

<colgroup>

b)

<col>

c)

<thead>

d)

<tbody>

16.

Groups the body content in a table

a)

<colgroup>

b)

<col>

c)

<thead>

d)

<tbody>

17.

Groups the footer content in a table

a)

<tfoot>

b)

caption-side

c)

empty-cells

d)

table-layout

18.

Specifies the placement of a table caption

a)

<tfoot>

b)

caption-side

c)

empty-cells

d)

table-layout

19.

Specifies whether or not to display borders and background on empty cells in a table

a)

<tfoot>

b)

caption-side

c)

empty-cells

d)

table-layout

20.

Sets the layout algorithm to be used for a table

a)

<tfoot>

b)

caption-side

c)

empty-cells

d)

table-layout

21.

Determines the background color for table elements

a)

<tfoot>

b)

caption-side

c)

empty-cells

d)

background-color