Day 4: HTML Tables (2)
<TR> </TR>Creates a new row in the table, with as many columns as the table has. (There is no need to specify the number of rows when creating a table.)
<TD> </TD>Creates a column in the table. By default, you need to create as many columns per row as indicated when defining your table (there are exceptions to this but we will handle them later)