<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<table border="1" width="40%" cellspacing="0" cellpadding="5">
<caption>今日卖出的商品</caption>
<thead align="center">
<tr bgcolor="red">
<th>香蕉</th>
<th>葡萄</th>
<th>龙眼</th>
<th>甘蔗</th>
<th>猕猴桃</th>
</tr>
<tr>
<td>早晨卖出</td>
<td>15元</td>
<td>30元</td>
<td>50元</td>
<td>90元</td>
</tr>
<tr>
<td>中午卖出</td>
<td>16元</td>
<td>36元</td>
<td>55元</td>
<td rowspan="2">95元</td>
</tr>
<tr>
<td>下午卖出</td>
<td>15元</td>
<td>36元</td>
<td>54元</td>
</tr>
<tr>
<td>晚上卖出</td>
<td>6元</td>
<td>8元</td>
<td>9元</td>
<td>6元</td>
</tr>
<tr>
<td>合计</td>
<td>52元</td>
<td>140元</td>
<td>218元</td>
<td>281元</td>
</tr>
<tr>
<td>备注:</td>
<td colspan="4">后天再来三车西瓜</td>
</tr>
</thead>
</table>
</body>
</html>
请老师审批作业,