Files
2018-02-02 04:16:08 -05:00

17 lines
182 B
HTML

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