4.3.23 table : Table start

The table tag starts a table, as in HTML. A table can contain tr (table row), th (table header row) or caption tags. Any text surrounding the table must be enclosed in paragraph tags (p).

Example:

 
 
 
 
    
    
 
 
    
    
 
 
    
    
 
 
TALignment values and their meanings.  
ValueMeaning
taLeftJustifyText is displayed aligned to the left.
taRightJustifyText is displayed aligned to the right
taCenterText is displayed centred.

Will be formatted approximately as follows:

Value

Meaning



taLeftJustify

Text is displayed aligned to the left.

taRightJustify

Text is displayed aligned to the right

taCenter

Text is displayed centred.

See also: th (152), caption (105), tr (155), p (135)