This is an example of setting the various properties for the html table.
Align: BGColor: Rules: Border: CellSpacing: CellPadding:
NRows: NColumns:
Style:
Margin:
Border:
Padding:
head1
foot1
col-1-1
                     
        <table id="table-tag">
            <caption id="caption-tag"/>
            <thead id="thead-tag"><tr><td>head1</td>
                </tr>
            </thead>
            <tfoot id="tfoot-tag"><tr><td>foot1</td>
                </tr>
            </tfoot>
            <tbody id="tbody-tag"><tr><td>col-1-1</td>
                </tr>
            </tbody>
        </table>