Attribute for <TABLE ...> WIDTH ="width expression"
WIDTH sets the width of the table. The width can be expressed either as
an absolute value in pixels, or as a percentage of the screen width. If the
width is not given, the browser will use built in routines to determine what
width looks best (according to the browser programmer's tastes).
Some examples:
A common value for WIDTH is 100%, which gives the table a nice full-page look.