Creating Tables


A table is a collection of tabular data organized as individual rows. Tables are composed of rows. Rows are composed of cells containing either header or data information. Tables are used by Web pages to display many different types of information. Table cells can hold images, hyperlinks, sound clips, applets, and even other tables.

The Web<ToolKit> classes and methods used in constructing tables are described below.

The following table has 2 columns, 4 rows, and 8 cells.

This chapter describes how to construct a simple table and add it to a Web page, as well as using table display and layout member functions to change the appearance of tables.

Constructing a Simple Table

Nesting Tables


Copyright©1994-2026 Recursion Software LLC
All Rights Reserved - For use by licensed users only.