Creating and formatting tables
The TABLE container defines a table
The TR container defines a row
The TD container defines a data cell
The TH container defines a header cell
The CAPTION container defines a table caption
Notes:
Recommend that developers indent tables:
TABLE TR TD or TH container(s) /TR CAPTION and /CAPTION/TABLE
itíll make viewing easier.