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 With A Border




Now we will put a yellow Border around it.
The width of the border is set to a value of 20.


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.


We open the Table then set the Border width to 20 by using the border= command.
Finally we use the bordercolor= command to set the color to yellow.



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