<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>
相关文章
- 01-07关于 printf() 函数的三张表格
- 01-07高级数据结构(一)----并查集
- 01-07数据结构与算法 01Day
- 01-07达梦数据库比较两个表的数据结构是否相同,并找出差异
- 01-07想了解表格问答,我们先看看TA的前世
- 01-07闲聊数据结构之list
- 01-07数据结构——顺序队列(sequence queue)
- 01-07王道数据结构:顺序表上基本操作的实现
- 01-07输入输出、分支结构
- 01-07R语言scan函数读取文件为向量或者列表格式实战