left up right
Table Structure
            
<table summary= width=  >
  <caption>. . .</caption>
  <colgroup align= span= width=  />
  <col align= span= width=   />
  <thead>  . . .  </thead>
  <tfoot>  . . .  </tfoot>
  <tbody>
    <tr><th>. .</th><td>..</td></tr>
    <tr><th>. .</th><td>..</td></tr>
  </tbody>
            and possibly more tbody elements
</table>