Code has been added to clipboard!

Deprecated bgcolor Attribute in HTML td

Example
<tr>
  <td bgcolor="yellow">Background should be yellow</td>
  <td bgcolor="bisque">Background should be bisque</td>
</tr>