Creating Cells
You can create as many cells as you want, but each row in a table should have the same number of columns as the other rows. The example here shows a simple table using only these three tags.
|
|
|
<HTML><HEAD><TITLE>
A Simple Table</TITLE></HEAD>
<BODY BGCOLOR="white">
<TABLE BORDER=1> <TR>
...
|
|