'bgcolor' defines the background color : table background « Tags « HTML / CSS






'bgcolor' defines the background color

  
    
<HTML>
<head>
<Title>Example For bgcolor</Title>
</head>
<BODY>
<table bgcolor="red">
   <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.table background-color: #efefef;
2.Table background
3.table background: black;
4.table background:red;
5.Using CSS for Table Backgrounds
6.table background: slateblue;