Tables

Tables are very useful. They can serve many purposes in designing web page. In tables you can put text, graphics, forms etc. Starting tag for table is <table> and ending is </table>. Table tag has many attributes. I shall explain them later. There are four major tags under table tag. They are <caption>, <tr>, <th> and <td>. <caption> is used for caption of the table. <tr> is for table row. <th> is for table heading. Headings are for each column of the table. They are usually put at the top row of the table. The last one, <td> is table data which are columns.

Lets see an example of table.

A Table

Tables  1  2  3  4  5  next