 |
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.
|
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:
Adding Table Border
Here's What You Get:
Changing a Table's Border Color
Here's What You Get:
Specifying a Table Width
Here's What You Get:
Specifying a Table Height
Here's What You Get:
Table Data Alignment
Here's What You Get:
Table Bgcolor
Here's What You Get:
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.
|
|
|
|