Basic Table Structure

grid_on <table> Element

Container for the entire table

<table>...</table>
horizontal_rule <tr> Element

Defines a table row

<tr>...</tr>
crop_square <td> Element

Defines a table data cell

<td>...</td>

All table content must be inside these elements

HTML table structure diagram