Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<style>
table { background: white; }
td { color: black; }
</style>
</head>
<body>
<table>
<td>One</td>
<td>Two</td>
<td>Three</td>
</body>
</html>