码迷,mamicode.com
首页 > 其他好文 > 详细

table的使用

时间:2018-04-03 14:37:29      阅读:168      评论:0      收藏:0      [点我收藏+]

标签:技术   class   border   pos   lsa   ade   style   otto   cin   

<table  border="5" cellspacing="10" cellpadding="10">
            <tr>
                <th></th>
                <th>Header</th>
                <th>Header</th>
            </tr>
            <tr>
                <td rowspan="2" align="center" valign="bottom">Data2</td>
                <td colspan="2" align="right">Data2</td>                
            </tr>
            <tr>
                <td>Data3</td>
                <td>Data3</td>
            </tr>
        </table>

table 表格标签

tr 行

td 列

rowspan 左右合并

 colsan 上下合并

技术分享图片

 

table的使用

标签:技术   class   border   pos   lsa   ade   style   otto   cin   

原文地址:https://www.cnblogs.com/Jxliu/p/8707661.html

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