Blogger Information
Blog 6
fans 0
comment 0
visits 2992
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
2021.7.6表格作业,
移动用户-1604798
Original
506 people have browsed it

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

请老师审批作业,

Correcting teacher:PHPzPHPz

Correction status:unqualified

Teacher's comments:内容没有问题,代码放进```html ```中
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!