主要是这两个属性:
colspan 单元格占多少列
rowspan 单元格占多少行
<table width="200" border="1">
<tr>
<td colspan="3">一个单元格占两行三列的HTML</td>
</tr>
</table>
主要是这两个属性:
colspan 单元格占多少列
rowspan 单元格占多少行
<table width="200" border="1">
<tr>
<td colspan="3">一个单元格占两行三列的HTML</td>
</tr>
</table>