<!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>