blob: 2bd458503b2e9e639344e2b58a39f6fb73c8e4cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<html>
<head>
<style>
table { background: white; }
td { color: white; }
</style>
</head>
<body>
<table>
<td>One</td>
<td>Two</td>
<td>Three</td>
</body>
</html>
|