html--表格--01

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

border代表 表格 宽度

猜你喜欢

转载自www.cnblogs.com/ljf520hj/p/11953919.html