How would you set the background color of a table cell to red in the following HTML snippet?
<table>
<tr>
<td>Cell</td>
</tr>
</table>
How would you set the background color of a table cell to red in the following HTML snippet?
<table>
<tr>
<td>Cell</td>
</tr>
</table>