W3Schools tutorial..web designing

源代码在线查看: showcode.asp@source=demo_table

软件大小: 2746 K
上传用户: wxsara1118
关键词: W3Schools designing tutorial web
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				
				
				
				
				<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>
				
				
				
							

相关资源