NEW
Font size
WorksheetsSDA Chapter 5 Vocabulary
Total questions: 21
Worksheet time: 11mins
element to define a table
<table>
<tr>
<td>
<th>
element to define a table row
<table>
<tr>
<td>
<th>
element to define a table data
<table>
<tr>
<td>
<th>
element to define a table heading
<table>
<tr>
<td>
<th>
element to define a table caption
<caption>
CSS border
CSS border-collapse
CSS padding
property to define a border
<caption>
CSS border
CSS border-collapse
CSS padding
property to collapse cell borders
<caption>
CSS border
CSS border-collapse
CSS padding
Determines the amount of space between cell data and the cell border.
<caption>
CSS border
CSS border-collapse
CSS padding
property to align cell text
CSS text-align
CSS border-spacing
colspan
rowspan
property to set the spacing between cells
CSS text-align
CSS border-spacing
colspan
rowspan
attribute to make a cell span many columns
CSS text-align
CSS border-spacing
colspan
rowspan
attribute to make a cell span many rows
CSS text-align
CSS border-spacing
colspan
rowspan
Specifies a group of one or more columns in a table for formatting
<colgroup>
<col>
<thead>
<tbody>
Specifies column properties for each column within a <colgroup> element
<colgroup>
<col>
<thead>
<tbody>
Groups the header content in a table
<colgroup>
<col>
<thead>
<tbody>
Groups the body content in a table
<colgroup>
<col>
<thead>
<tbody>
Groups the footer content in a table
<tfoot>
caption-side
empty-cells
table-layout
Specifies the placement of a table caption
<tfoot>
caption-side
empty-cells
table-layout
Specifies whether or not to display borders and background on empty cells in a table
<tfoot>
caption-side
empty-cells
table-layout
Sets the layout algorithm to be used for a table
<tfoot>
caption-side
empty-cells
table-layout
Determines the background color for table elements
<tfoot>
caption-side
empty-cells
background-color
