TABLES

KEY CONCEPTS:

NEW TAGS:

Start your table with the table tag.

border="#" - defines the size of the border around the table
width="#" - user either pixels or percentages
cellspacing="# " - defines the spacing of the border between the cells
cellpadding="#" - defines the spacing between the cell & the content
bordercolor="#XXXXXX"
>

Create a row with the table row tag.

Insert a cell for each column in the table.

Close your table row and table.

EXERCISE: Reformat your three pages using tables to position everything.