![]() ![]() ![]() |
HTML tables are a great way to organize content online. Many web sites use tables for structuring page content, as well as for tabular data, schedules, and so on.
Generally, when you create HTML tables, if you have an idea of the size and scope of the table, it's best to create the basic structure of the table code first, and then insert text and graphics in the appropriate table cells.
In this procedure, you outline the table structure first, designate the first row as a heading row, and then add content to the table.
In HTML tables, you enter the actual content of the table (text and graphics), in table data cells, between the <TD> and </TD> tags.
![]() ![]() ![]() |
AllaireDoc@allaire.com
Copyright © 1998, Allaire Corporation. All rights reserved.