您好,欢迎来到尔游网。
搜索
您的当前位置:首页HTML table

HTML table

来源:尔游网
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>table</title>
</head>
<body>
    <table border="1" style="width:300px;">
        <caption>这是一个table</caption>
        <colgroup style="background:red;" span="1">
            <col>
            <col style="backgroud:red;">
        </colgroup>
        <thead> 在表头
            <tr>
        <!-- tr代表行    th是标题行,td是内容行,都是连接的 -->
               <th rowspan="4">基本情况</th>
               <th>一</th>
               <th>二</th>    
               <th>三</th>
            </tr>

        </thead>
        <tr>
        <!-- tr代表行    th是标题行,td是内容行,都是连接的 -->
            <th>shelton</th>
            <th>jim</th>    
            <th>sherlock</th>
        </tr>

        <tr>
        <!-- tr代表行    th是标题行,td是内容行,都是连接的 -->
            <th>shelton</th>
            <th>jim</th>    
            <th>sherlock</th>
        </tr>
        <tfoot>
            <tr >
              <td colspan="3">三列</td>
            </tr>
        </tfoot>
        
    </table>
</body>
</html>

因篇幅问题不能全部显示,请点此查看更多更全内容

Copyright © 2019- axer.cn 版权所有 湘ICP备2023022495号-12

违法及侵权请联系:TEL:199 18 7713 E-MAIL:2724546146@qq.com

本站由北京市万商天勤律师事务所王兴未律师提供法律服务