Table Tags: Step 3

Step 4 >>
  [Copy the Code]
The code creates a two-row table, with two cells in each row.
<table border="0" cellspacing="1" cellpadding="5" width="90%" align="center">
<tr>  
  <td align="left" valign="top">
  </td>    
  <td align="left" valign="top">
  </td>    
</tr>   this ends one table ROW containing two table CELLS
<tr> now add a second ROW exactly like the one above
  <td align="left" valign="top">
  </td>    
  <td align="left" valign="top">
  </td>    
</tr>    
</table> end the table
< Back | HTML Index | Table Example | Copyright © 2003 Mindy McAdams. All Rights Reserved.