<!DOCTYPE html>
<html>
<head>
<style>
table {background-color:green}
td { color: white }
</style>
</head>
<body>
<table>
  <tr>
   <td>Three</td>
  </tr>
</table>
</html>