Tables

Tables enable you to arrange HTML elements in a grid. Examples of tabular data include calendars, project resource assignments, scientific data sets, and other types of data that make sense to display in rows and columns.

Note

Since tables can arrange HTML elements in a grid, one obvious usage for tables is to define the layout of a web page. This ancient layout technique is now superseded by CSS-based layouts. For brevity, this tutorial only focuses on tables that display tabular data.

When you’re done with this section, you should be able to:

Section Summaries

The Tables chapter contains these sections: