Editor Arrow Download Open
<html> <body> <table border = "1"> <thead> <tr> <td colspan="2">Table header</td></tr> </thead> <tr> <td>Cell 1</td> <td>Cell 2</td> </tr> <tr> <td>Cell 3</td> <td>Cell 4</td> </tr> </table> </body> </html>
  Preview Arrow