BASICS

Simple Table

This is a simple display on how to make a "table" in HTML code.

Whether you want your table border to show when you present it on your page or not, a nice trick is to make it visible while you are creating it. That way you can see what's going on inside the table.

The "border=0" command will make the table border dissappear.

Replace your own data to display on your page where the colors are called out in the code.

'TR' means 'table row', 'TD' means 'table data'. Add or subtract the 'TD' entries to increase or decrease the amount of columns in your table.

Basic HTML code for a 2-row, 3-column table
BACK

~ Mermaid_Elizabeth - 8 Sept 99 - mermeliz@yahoo.com

up to top