<!DOCTYPE html>
<html>
<body>
<form runat="server">
<asp:Table id="table1" runat="server" Height="50%" GridLines="Both" >
<asp:TableRow VerticalAlign="Top">
<asp:TableCell>
Hello World!
</asp:TableCell>
<asp:TableCell>
This is a table
</asp:TableCell>
</asp:TableRow>
<asp:TableRow VerticalAlign="Bottom">
<asp:TableCell>
Align
</asp:TableCell>
<asp:TableCell>
Example
</asp:TableCell>
</asp:TableRow>
</asp:Table>
</form>
</body>
</html>