bootstrap----表格

标准的表格需要有thead 和 tbody 

<table>
    <thead>
    <tr>
        <th>ddd</th>
        <th>ddd</th>
        <th>ddd</th>
    </tr>
    </thead>
    <tbody>
    <tr>
        <td>ddd</td>
        <td>ddd</td>
        <td>ddd</td>
    </tr>
    </tbody>
</table>

  

posted @ 2019-05-04 15:15  小名的同学  阅读(120)  评论(0编辑  收藏  举报