TablesThere are two basic kinds of tables in html. One kind is used to page layout (layout tables). The other is used for presenting data (data tables). Tables used for layout do not need headers. Table used for layout should concider the specific problems that readesr encounter in table layout. Data tables are different. The reader needs to be able to understand the structure ot the tables, and relate the columns and rows. This can be done is several ways. |