码迷,mamicode.com
首页 > Web开发 > 详细

HTML <td> 标签的 colspan 属性

时间:2017-09-05 00:30:12      阅读:393      评论:0      收藏:0      [点我收藏+]

标签:idt   order   ble   table   saving   log   ber   单元   单元格   

表格单元横跨两列的表格:

<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">

属性值

描述
number

设置单元格可横跨的列数。

注释:colspan="0" 指示浏览器横跨到列组的最后一列。

 

HTML <td> 标签的 colspan 属性

标签:idt   order   ble   table   saving   log   ber   单元   单元格   

原文地址:http://www.cnblogs.com/mr-wuxiansheng/p/7476224.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!