博客列表 >2021.7.6表格作业,

2021.7.6表格作业,

移动用户-1604798
移动用户-1604798原创
2021年07月06日 23:06:22498浏览

<!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>

请老师审批作业,

声明:本文内容转载自脚本之家,由网友自发贡献,版权归原作者所有,如您发现涉嫌抄袭侵权,请联系admin@php.cn 核实处理。
全部评论
文明上网理性发言,请遵守新闻评论服务协议