In this example, Item and Price identify data in the
columns below them. The user of a screen reader can now choose to read down a
column, knowing what the column contains.
To identify a header cell, use following markup: <th>data</th>.
FrontPage allows you to define a header cell in the Cell Properties dialog box.
The following example shows the wrong way to create this table. The column headers are no longer
part of the column, and the user of a screen reader would not be able to connect
the column headers with the column contents.