html--表格--01

<body>
    <div>
        <table border="1">
            <thead>
                <th>ID</th>
            </thead>
            <tbody>
                <td>哈哈</td>
            </tbody>
        </table>
    </div>
</body>

border代表 表格 宽度

上班求生存,下班求发展
原文地址:https://www.cnblogs.com/ljf520hj/p/11953919.html