HTML Pro: Table bgcolor snippet

An HTML table with a background color:

<table bgcolor="#00FF00">
...

An HTML table row with a background color:

...
<td bgcolor="#00FF00">Row</td>
...

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.