ccTuteButn.gif 1CCHead241.gif 1CTIPZ.gif
CHR02c.jpg
CHR05.jpgCHR05.jpg
FTP Tute
1bulletdiam.gif CHR05.jpgCHR05.jpg
HTML Page
1bulletdiam.gif
1bulletdiam.gif
CHR05.jpgCHR05.jpg
Tables 101
1bulletdiam.gif CHR05.jpgCHR05.jpg
Tables 102
CHR02c.jpg

"Thanks to Cool Cat for these original files"
CHR02c.jpg

Simple Table


This tutorial will start out with basic table tags and show you how to make a simple table.

We will start with a basic table and put the word Welcome! in it.


Welcome!


How was this done?
Below is the source code. The explanation of each tag will be written in green.



This is the center tag. It centers the table on your page.


This is the tag used to open the Table.


This is the tag used to open the Table Row.


Now we close the Table Data tag with this tag.


Then we close the Table Row tag with this one.


This opens the Table Data tag. This is used to hold the information you want to display in your table.

Welcome!
This is the info we are displaying. We have to add the font size and color for it to display properly. Remember to close your Font tag when you are done.


We are done with the table so we close it with this tag.


Finally we close the Centering tag with this tag.

Back to Index Page