<!DOCTYPE html> <html> <head> <style> table, th, td { border: 1px solid black; } </style> </head> <body> <table bgcolor="#ffffff"> <tr> <th>Group</th> </tr> <tr> <td bgcolor="#252">cool</td> </tr> <tr> <td bgcolor="#367">drool</td> </tr> </table> <br><br> <table bgcolor="#ffffff"> <tr> <th>Q1</th> </tr> <tr> <td bgcolor="#00cc00">primocane</td> </tr> <tr> <td bgcolor="#996633">floricane</td> </tr> </table> <br><br> <table bgcolor="#ffffff"> <tr> <th>Q2</th> </tr> <tr> <td bgcolor="#666699">yes</td> </tr> <tr> <td bgcolor="#003399">no</td> </tr> </table> <br><br> <table bgcolor="#ffffff"> <tr> <th>Q3</th> </tr> <tr> <td bgcolor="#ff6600">drake</td> </tr> <tr> <td bgcolor="#996633">future</td> </tr> <tr> <td bgcolor="#006666">lil wayne</td> </tr> </table> </body> </html>