Fun with Tables

  • <th> and <td> Cells
    • Align and Valign
    • Width: Pixels
    • Height: Pixels
    • Colspan: Cell spans multiple columns
    • Rowspan: Cell spans multiple rows
    • Nowrap: Content forced to not wrap
    • Background: bgcolor and background
    rowspan="2" Colspan="2"
    Background image  
    valign="middle"
    align="center"
    valign="top"
    align="left"
    valign="bottom"
    align="right"
  • <th> is a heading; usually defaults to bold

     

<< >>