表格

<table  style="border-collapse:collapse;" border="1">
        <thead>
            <tr>
                <th>The table header</th>
                <th>The table header1</th>
            </tr>
        </thead>
        <tbody>
            <tr>
                <td>columns1</td>
                <td>columns2</td>
            </tr>
        </tbody>
    </table>

原文地址:https://www.cnblogs.com/Running00/p/12960394.html