We have made a video tutorial that covers all the basics of HTML - in a new fun format:
Watch the chapter about HTML Tables for free!
Table Cells
Each table cell is defined by a td and a /td tag.
td stands for table data.
tr stands for table row.
You can have as many rows as you like in a table, just make sure that the number of cells are the same in each row.
Note: There are times where a row can have less or more cells than another. You will learn about that in a later chapter.
Table Headers
Sometimes you want your cells to be headers, in those cases use the th tag instead of the td tag: