Hi i'm Floyd and i am going teach you how to use Tables Hi i'm Floyd and in this lesson we are going to learn how to use Tables IofM.net Free Internet Service Provider for the Isle of Man
 



Working with Tables


Introduction
Rows and Cells
Your first Table
Colspan
Rowspan
Alignment
Cell Spacing
Table Tricks
  Rows and Cells



There are three basic units in any table: the table itself, the table row, and the table cell. The tags for these are:


Table: <table>

Table row: <tr>

Table cell: <td>


Why do table cells have tags called <td> instead of <tc>? Just to make things more confusing. The tag actually stands for "table data,".

The thing to remember here is that a <td> is always enclosed in a <tr>, which is always enclosed in a <table>.


Previous Page Back Next Next Page


Index / Lesson One / Lesson Two / Lesson Three / Lesson Four