Basic Table Structure 177
Tables
Basic Table Structure
Web Design in a Nutshell, eMatter Edition
The HTML 4.0 Specification proposal discourages the use of tables for page layout,
favoring Cascading Style Sheets with absolute positioning instead. But until style
sheets are more universally and consistently supported by the browsers in current
use, tables remain a designer’s most reliable tool for constructing complex page
layouts.
Basic Table Structure
At their most basic, tables are made up cells, arranged into rows and columns.
You can control display characteristics for the whole table level, the row level, and
for individual cells (there are currently no supported methods for controlling
columns as a group).
Rows and Cells
The bare minimum tags for describing a table are
. The following HTML shows the basic structure for a four-cell table:
|