This web page is going to introduce tables.

First row, first column First row, second column
Second row, first column Second row, second column

The problem is, this doesn't look much like a table because there aren't any borders around it.

Now lets take the same table and put the BORDER attribute in the TABLE designation to make it look more like a table.

First row, first column First row, second column
Second row, first column Second row, second column

Now let's say that we want this aligned in the center of the screen instead of against the left wall. This can be accomplished by using the DIV which is used to make a division in the formatting. Note that you must also close the division or the center alignment will continue past the table.

First row, first column First row, second column
Second row, first column Second row, second column

You now have a table that is in the center of the screen.