html中colspan什么意思
3个回答
2016-04-12 · 知道合伙人互联网行家
关注
展开全部
colspan 属性规定单元格可横跨的列数。
具体的使用方法可以参考W3SA,这是最权威的
http://www.w3school.com.cn/tags/att_td_colspan.asp
colspan通常使用在td与th标签中。
如:
<table border="1">
<tr>
<th>Month</th>
<th>Savings</th>
</tr>
<tr>
<td colspan="2">January</td>
</tr>
<tr>
<td colspan="2">February</td>
</tr>
</table>
语法
编辑
<td colspan="value">
具体的使用方法可以参考W3SA,这是最权威的
http://www.w3school.com.cn/tags/att_td_colspan.asp
colspan通常使用在td与th标签中。
如:
<table border="1">
<tr>
<th>Month</th>
<th>Savings</th>
</tr>
<tr>
<td colspan="2">January</td>
</tr>
<tr>
<td colspan="2">February</td>
</tr>
</table>
语法
编辑
<td colspan="value">
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2016-04-12 · 知道合伙人互联网行家
关注
展开全部
HTML <td> 标签的 colspan 属性
colspan 属性规定单元格可横跨的列数。
<table border="1">
<tr>
<th>Month</th>
<th>Savings</th>
</tr>
<tr>
<td colspan="2">January</td>
</tr>
<tr>
<td colspan="2">February</td>
</tr>
</table>
colspan 属性规定单元格可横跨的列数。
<table border="1">
<tr>
<th>Month</th>
<th>Savings</th>
</tr>
<tr>
<td colspan="2">January</td>
</tr>
<tr>
<td colspan="2">February</td>
</tr>
</table>
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
定义和用法
colspan 属性规定单元格可横跨的列数。
colspan 属性规定单元格可横跨的列数。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询