Tables are made using the table tag then tr tag to create a row and finally the td tag to create a cell | |||
To make multiple cells | use multiple td tags after the tr tag | ||
You can make columns span multiple rows with rowspan | |||
You can also change the number of columns a cell spans with cellspan | |||
You can set the background color of a table by putting bgcolor=COLOR in the table tag | You can also change the bgcolor in the tr tag | As well as in the td tag | Color priority from lowest is table->tr->td |
You can set a border using the border tag | as well as set the spacing between cells with cellspacing. |
You can also align tables to the left |
to the center |
and to the right |