SharkJiao
<table border="1" cellpadding="0" cellspacing="0" width="200">
    <caption>财务报表表格标题</caption>
    <thead>
        <tr style="background-color: gray;">
            <th>Month</th>
            <th>Savings</th>
        </tr>
    </thead>
    <tfoot style="background-color: black;color: white;">
        <tr>
            <td>Sum</td>
            <td>$180</td>
        </tr>
    </tfoot>
    <tbody>
        <tr>
            <td>January</td>
            <td>$100</td>
        </tr>
        <tr>
            <td>February</td>
            <td>$80</td>
        </tr>
    </tbody>
</table>

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-15
  • 2021-11-29
  • 2021-07-19
  • 2022-01-22
  • 2021-11-10
  • 2022-12-23
猜你喜欢
  • 2023-03-15
  • 2021-05-08
  • 2022-12-23
相关资源
相似解决方案