<!DOCTYPE html>
<html>
<body>

<form runat="server">
<asp:Table id="table1" runat="server" GridLines="Both">
<asp:TableRow>
<asp:TableCell>
Hello World!
</asp:TableCell>
<asp:TableCell>
This is a table
</asp:TableCell>
</asp:TableRow>
<asp:TableRow>
<asp:TableCell>
One more line
</asp:TableCell>
<asp:TableCell>
In this example
</asp:TableCell>
</asp:TableRow>
</asp:Table>
</form>

</body>
</html>