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

HTML <table>

时间:2017-06-23 11:39:21      阅读:199      评论:0      收藏:0      [点我收藏+]

标签:style   sub   color   ble   htm   center   提交   border   cap   

<table>

<table border="6">
    <caption>table</caption>
    <tr>
        <th>name</th>
        <th>age</th>
    </tr>
    <tr>
        <td>jiao</td>
        <td>26</td>
    </tr>
    <tr>
        <td>fftu</td>
        <td>86</td>
    </tr>
    <tr>
        <td colspan="2" rolspan="2" align="center">
            <button type="submit">提交</button>
        </td>
    </tr>
</table>

 

HTML <table>

标签:style   sub   color   ble   htm   center   提交   border   cap   

原文地址:http://www.cnblogs.com/jiaoxuanwen/p/7068956.html

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