BG Color of whole Table by PHP, MySQL, CSS, HTML and SEO Tutorials

By using this html codes you can set any color in the table background. Write the html codes in your notepad and save it as bg_tablecolor.html



<html>
<body>

<table style="background-color:#6dc066;">
<tr>
<th>Table Header</th><th>Table Header</th>
</tr>
<tr>
<td>Table cell 1</td><td>Table cell 2</td>
</tr>
<tr>
<td>Table cell 3</td><td>Table cell 4</td>
</tr>
</table>

</body>
</html>

Open this file in any of your browser. And see this is like as image given below.
See BG Color of table row