📄 tableht.aspx
字号:
<%@ Page Language="C#" %>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title>HTML的表格跨行跨列</title>
</head>
<body>
<form id="form1" runat="server">
<table border=1 bordercolor="#ccccff" cellpadding=0 cellspacing=0>
<tr>
<th rowspan="4">产品</th>
<th colspan="2">主板</th>
<th colspan="2">CPU</th>
</tr>
<tr>
<th>华硕</th>
<th>技嘉</th>
<th>INTEL</th>
<th>AMD</th>
</tr>
<tr>
<th>NT 4,000</th>
<th>NT 3,500</th>
<th>NT 8,000</th>
<th>NT 6,000</th>
</tr>
<tr>
<th colspan="2">注一:国产</th>
<th colspan="2">注二:进口</th>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -