HTML Tables

HTML table model allows us to arrange data in tabular structure, using a model of horizontal rows and vertical columns.

A sample Table structure

table

A table is divided into rows and each row is divided into cells. Each table may have an associated caption that provides a short description of the table's purpose. Table cells may either contain header information or data. Cells may span multiple rows and columns. From the following chapters you can learn HTML Table element and its attributes in detail.