'bgcolor' Example : bgcolor « HTML Attributes Reference « HTML CSS Reference






'bgcolor' Example

    
<HTML>
<head>
<Title>Example For bgcolor</Title>
</head>
<BODY>
<table bgcolor="white">
   <col span="2" bgcolor="blue">
   <col bgcolor="green">
   <tr><td>table cell</td></tr>
</table>
</body>
</BODY>
</HTML>  

    
      
      








Related examples in the same category

1.'bgcolor' Syntax and Note
2.bgcolor is applied to