1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<!DOCTYPE html> <html> <head> <title>Hacker News table test</title> </head> <body style="margin: 0px; width:600px"> <table width="50%" cellspacing=0 bgcolor="#f6f6ef"> <tr> <td bgcolor="#ff6600"> Hello world. </td> </tr> </table> </body> </html>