[HTML] 纯文本查看 复制代码
<table border="1" summary="this table gives some statistics about fruit
flies: average height and weight, and percentage
with red eyes (for both males and females).">
<caption>
<em>
A test table with merged cells.
</em>
</caption>
<tbody>
<tr>
<th rowspan="2">Gender </th>
<th colspan="1">Max</th>
<th colspan="1">Min</th>
<th rowspan="2">Rate</th>
</tr>
<tr>
<th>Height</th>
<th>Weight</th>
</tr>
<tr>
<td>Male</td>
<td>1.9</td>
<td>100</td>
<td>40%</td>
</tr>
<tr>
<td>Female</td>
<td>1.7</td>
<td>88</td>
<td>43%</td>
</tr>
</tbody>
</table>
<p>