table
Presents tabular information in a standard table markup.
The <table> element column or row spanning and table captions or descriptions. Use the optional <desc> element inside the table element to add a description of the table to be included when you conref the <table> element.
Use the <simpletable> element for tables that do not require complex presentation, such as spanning.
Avoid decision tables, which are also known as “if-then” tables. The format of a decision table is to use the table headings to begin and complete a “sentence.” Many languages do not support this sentence-like structure. Use <choicetable> for these types of tables instead.
Do not include tables within the paragraph element for the preceding paragraph. Make sure that you insert any tables after the closing tag.