Tables

· Creates a table

<tr></tr>

· Creates a row in the table.

<th></th>

· Creates a table header cell within a row; contents are conventionally displayed bold and centered. An aural user agent may use a louder voice for these items.

<td></td>

· Creates a table data cell within a row.

<colgroup></colgroup>

· Specifies a column group in a table.

<col/>

· Specifies attributes for an entire column in a table.

<caption></caption>

· Specifies a caption for the entire table.

<thead></thead>

· Specifies the header part of a table. This section may be repeated by the user agent if the table is split across pages (in printing or other paged media).

<tbody></tbody>

· Specifies the main part of a table.

<tfoot></tfoot>

Specifies the footer part of a table. Like <thead>, this section may be repeated by the user agent if the table is split across pages (in printing or other paged media)

Google