<!DOCTYPE html> <html> <body> <table> <tr> <td>First</td> <td>Second</td> </tr> <tr> <td>Third</td> <td>Fourth</td> </tr> </table> </body> </html>