</TR>
<TR Bgcolor="Yellow">
<TD>None</TD><TD>None</TD><TD>None</TD>
</TR>
</TABLE>
</BODY>
</HTML>

BGCOLOR

It is used to specify the background colour of a table. It can accept a hexadecimal, RGB, or predefined colour value.
Example:<TABLE Border=3 Bgcolor="White">

BACKGROUND

This attribute is used to set the background image for the different parts of a table.
Example:<TABLE Border=3 Bgcolor="White" Background="IMAGE4.JPG">

ALIGN

The Align attribute is used to specify the alignment of a table. The alignment can be set to left, center, or right. By default, a table is left aligned.
Example:<TABLE Border=3 Bordercolor="Purple" Bgcolor="White" Align="Center">

CELLPADDING

This attritude sets the margin within a cell. It sets the amount of space between the cell border and the cell data. The value of this attribute is specified in pixels.
Example:<TABLE Border=3 Bordercolor="Purple" Bgcolor="White" Align="Center" Cellpadding=10>

CELLSPACING

This attribute is used to set the minimum distance between two adjacent cells. Cellspacing is also measured in pixels.
Example:<TABLE Border=3 Bordercolor="Purple" Bgcolor="White" Align="Center" Cellspacing=10>


page no:130
         
Home