表格
2018-02-05 本文已影响3人
风___________
结构
<caption>this is contry weather </caption>
<table>
<tr>
<th>国家</th>
<th>天气</th>
</tr>
<tr>
<td>中国</td>
<td>小雨</td>
</tr>
<tr>
<td>美国</td>
<td>小雪</td>
</tr>
</table>
// 展示如下
![](https://img.haomeiwen.com/i3255424/d615b824ae63ae4f.png)
属性
rowspan : 指定一个单元格占据的行数