<html> <head> <title>Table Example One: HTMLfixIT.com</title> </head> <body> <table border='2' cellspacing='2'> <tr> <td> Row1 Cell1 </td> <td> Row1 Cell2 </td> </tr> <tr> <td> Row2 Cell1 </td> <td> Row2 Cell2 </td> </tr> </table> </body> </html>