The Table Element

Each table tag pair <table></table> can hold any number of table rows

Each table row tag pair <tr></tr> can hold any number of table data items

Each table data tag pair <td></td> can hold text, images, and other HTML elements

A special sort of table data tag pair holds headings <th></th>

A table element may contain a caption <caption></caption>