TM


HTML Tables can seem very confusing, but it is really very simple and logical. Tables are used on websites for two major purposes. The purpose of arranging information in a table and the purpose of creating a page layout with the use of hidden tables. Have fun learning HTML Tables.


How 2 Cut & Paste?
Practice it Here!



Basic Table Tags



<table> Is the opening table tag
<tr> Is the opening table row tag
<td> Is the opening table data tag

</table> Is the closing table tag
</tr> Is the closing table row tag
</td> Is the closing table data tag

Now, with that in mind, let's create a simple table:



Here's What You Get:

Hi There!


Adding Table Border



Here's What You Get:

Hi There!


Changing a Table's Border Color



Here's What You Get:

Hi There!


Specifying a Table Width



Here's What You Get:

Hi There!


Specifying a Table Height



Here's What You Get:

Hi There!


Table Data Alignment



Here's What You Get:

Hi There!


Table Bgcolor



Here's What You Get:

Hi There!


A Basic Table Picture Frame


<img src=IMAGENES/BabyButt.gif>



Here's What You Get:


Hi There!



Back to my main site ===> Tablemaster's Home.