'bgcolor' defines the background color : bgcolor : Background Attributes HTML CSS TUTORIALS


HTML CSS TUTORIALS » Background Attributes » bgcolor »

 

'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>  

    
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Background Attributes
» bgcolor