0 / 60 seg.

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>