1 2 3 4 5 6 7 8 9 10 11
<!DOCTYPE HTML> <html> <body> <table> <tr><td style="background:lime; width:100px; height:100px;"></td></tr> </table> <table> <tr><td style="background:lime; width:100px; height:100px;"></td></tr> </table> </body> </html>