<!DOCTYPE html>
<html>
<body>
<form runat="server">
<asp:Table id="table1" runat="server" GridLines="Both" HorizontalAlign="Right">
<asp:TableRow>
<asp:TableCell>
Hello World!
</asp:TableCell>
<asp:TableCell>
This is a table
</asp:TableCell>
</asp:TableRow>
<asp:TableRow>
<asp:TableCell>
Align example
</asp:TableCell>
</asp:TableRow>
</asp:Table>
</form>
</body>
</html>