Midterm Flashcards
1
Q
Column span of the cell
A
colspan
2
Q
row span of the cell
A
rowspan
3
Q
indicates caption
A
<caption>
</caption>
4
Q
group of one or more tables
A
<colgroup>
</colgroup>
5
Q
column properties for each column
A
<col></col>
6
Q
groups the header content in the table
A
<thead>
</thead>
7
Q
groups the body content in a table
A
<tbody>
</tbody>
8
Q
groups the footer content in a table
A
<tfoot>
</tfoot>