The HTML for tables is easy, and tables are the simplest way to
layout content on your Web pages. The three basic HTML tags for tables are: <table>,
<tr> , and <td>.
The <table> and </table>
tags surround the table definition. The <tr>
and </tr> tags surround the description of a
single row of a table. Within a table row, <td>
and </td> tags surround the individual data
cells (you might think of them as columns) of the table.
back to Show Me the HTML!
Web Design
Copyright 1996-2003, Unplugged Software, Inc.