A 3x3 table:

 
   
  

Achieved by:

  <table border='1' width='300' height='300'>
  <tr><td>&nbsp;</td><td colspan='2'></td></tr>
  <tr><td rowspan='2'>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>
  <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
</table>

You use the TD for the rowspan in the first row that the cells span, then omit a cell from each of the succeeding spanned rows.

  1. This work is licensed under a Creative Commons License
  2. Creative Commons License
  3. Viewable With Any
Browser
  4. Valid HTML 4.01!
  5. Valid CSS!