Now
that we have our rows defined, we need to define how many
columns we will have. The tags to define a column actually
divide each row into what we call "cells". These are table
divisions. We use the tags <td></td> to define a cell in
a row.
Right
now, my first row has one cell in it. There is nothing in the
cell, because I haven't put anything in it, but I do have one
cell.
My
other rows do not have any cells yet. |