黄色电影一区二区,韩国少妇自慰A片免费看,精品人妻少妇一级毛片免费蜜桃AV按摩师 ,超碰 香蕉

ASP.NET HTML 控件 Table

asp.net html 控件 table

<!doctype html>
<html>
<body>

<form runat=server>
<asp:table runat="server" cellpadding="5"
gridlines="horizontal" horizontalalign="center">
   <asp:tablerow>
     <asp:tablecell>1</asp:tablecell>
     <asp:tablecell>2</asp:tablecell>
   </asp:tablerow>
   <asp:tablerow>
     <asp:tablecell>3</asp:tablecell>
     <asp:tablecell>4</asp:tablecell>
   </asp:tablerow>
</asp:table>
<br>
<asp:table runat="server" cellpadding="5"
gridlines="vertical" horizontalalign="center">
   <asp:tablerow>
     <asp:tablecell>1</asp:tablecell>
     <asp:tablecell>2</asp:tablecell>
   </asp:tablerow>
   <asp:tablerow>
     <asp:tablecell>3</asp:tablecell>
     <asp:tablecell>4</asp:tablecell>
   </asp:tablerow>
</asp:table>
</form>

</body>
</html>
相關(guān)文章