App下载

demo_table 在线工具

demo_table 在线工具

<html>
<body>

<form runat=server>
<asp:Table runat="server" CellPadding="5"
GridLines="horizontal" HorizontalAlign="Center">
&nbsp;&nbsp; <asp:TableRow>
&nbsp;&nbsp;&nbsp;&nbsp; <asp:TableCell>1</asp:TableCell>
&nbsp;&nbsp;&nbsp;&nbsp; <asp:TableCell>2</asp:TableCell>
&nbsp;&nbsp; </asp:TableRow>
&nbsp;&nbsp; <asp:TableRow>
&nbsp;&nbsp;&nbsp;&nbsp; <asp:TableCell>3</asp:TableCell>
&nbsp;&nbsp;&nbsp;&nbsp; <asp:TableCell>4</asp:TableCell>
&nbsp;&nbsp; </asp:TableRow>
</asp:Table>


<asp:Table runat="server" CellPadding="5"
GridLines="vertical" HorizontalAlign="Center">
&nbsp;&nbsp; <asp:TableRow>
&nbsp;&nbsp;&nbsp;&nbsp; <asp:TableCell>1</asp:TableCell>
&nbsp;&nbsp;&nbsp;&nbsp; <asp:TableCell>2</asp:TableCell>
&nbsp;&nbsp; </asp:TableRow>
&nbsp;&nbsp; <asp:TableRow>
&nbsp;&nbsp;&nbsp;&nbsp; <asp:TableCell>3</asp:TableCell>
&nbsp;&nbsp;&nbsp;&nbsp; <asp:TableCell>4</asp:TableCell>
&nbsp;&nbsp; </asp:TableRow>
</asp:Table>
</form>

</body>
</html>
运行结果