<!DOCTYPE html>
<html>
<body>

<form runat="server">
<asp:Table id="table1" BorderWidth="1" runat="server" Caption="Table Example" CaptionAlign="bottom">
<asp:TableRow>
<asp:TableCell>
Hello World! This is a table
</asp:TableCell>
</asp:TableRow>
</asp:Table>
</form>

</body>
</html>