This page shows what can be done with tables. It also illustrates how Styles interact. The CSS Style Sheet I'm using for all the pages is here. But the part relating to tables is over taken by style instructions for tables that are specific to this page only.

TABLES

TABLE 1:TIC TAC TOE

This demonstrates a simple table, with the text centered.

O
X
O
X
X
O
X
O
X


TABLE 2: A MORE COMPLEX TABLE

This table demonstrates putting other elements such as a picture, or another table, into a table. There is also some CSS styling going on (as there was in table 1, too) as well as applying simple HTML styles to the text in a table. It also demonstrates the 3 different possible elements of tables - TR (row), TH (head) and TD (contents of cell)

ABCDE
1THISTABLESHOWSHOWTO
2MAKEATABLEANDPUT
3STUFFINEACHOFTHE
4DIFFERENTCELLS. 
5ANIMAGE,   FOREXAMPLE
6
OXO
XXO
XOX
OREVENANOTERTABLE!
7ANDYOUCANCHANGECOLOR
8AND STYLE TOO, OFCOURSE

Click here to go home