代码参考图
<body>
<h3>成绩表</h3>
<hr>
<table border="1">
<thead>
<tr>
<th>科目</th>
<th>分数</th>
</tr>
</thead>
<tbody>
<tr>
<th>语文</th>
<th>99</th>
</tr>
<tr>
<th>数学</th>
<th>60</th>
</tr>
<tr>
<th>总分</th>
<th>159</th>
</tr>
</tbody>
</table>
</body>
<table border="2">