mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
16 lines
187 B
HTML
16 lines
187 B
HTML
<!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>
|