Home | Previous | Next Advanced HTML and Web Design

Using Tables

 <TABLE BORDER> 
  <TR>
    <TD BGCOLOR="gray"> Row 1-Cell 1</TD>
    <TD BGCOLOR="green"> Row 1-Cell 2</TD>
  <TR>
  <TR>
    <TD BGCOLOR="red"> Row 2-Cell 1</TD>
    <TD BGCOLOR="fuchsia"> Row 2-Cell 2</TD>
  <TR>
</TABLE>
Row 1-Cell 1 Row 1-Cell 2
Row 2-Cell 1 Row 2-Cell 2

Home | Previous | Next Advanced HTML and Web Design