Blogger Information
Blog 18
fans 0
comment 0
visits 11665
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
3.16作业
专业交作业
Original
490 people have browsed it

实例

<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8">
	<title>工作信息统计表</title>
</head>
<body>
	<table width="90%" border="1px" cellspacing="0" cellpadding="2px">
		<thead>
			<caption>
				<h2>每天工作信息统计 
					<a href="">
						<em>录入</em>
					</a>
				</h2>
			</caption>
		</thead>
		<tbody>
		<tr bgcolor="blue">
			<th rowspan="2">姓名</th>
			<th colspan="3">操作数据</th>
			<th colspan="3">销售数据</th>
			<th colspan="5">广告数据</th>
			<th colspan="2">退货数据</th>
			<th colspan="2" rowspan="2">主管审核</th>
		</tr>	
		<tr bgcolor="blue">
			<th>数量</th>
			<th>任务</th>
			<th>完成度</th>
			<th>销售额</th>
			<th>任务</th>
			<th>完成度</th>
			<th>订单数</th>
			<th>客单价</th>
			<th>消费</th>
			<th>点击</th>
			<th>单价</th>
			<th>数量</th>
			<th>退货比列</th>
		</tr>
		<tr align="center">
			<td align="left"><img src="../images/316-1.png" height="20px">张三</td>
			<td>50</td>
			<td>100</td>
			<td>50%</td>
			<td>3000</td>
			<td>2000</td>
			<td>150%</td>
			<td>20</td>
			<td>150</td>
			<td>300</td>
			<td>100</td>
			<td>3</td>
			<td>2</td>
			<td>10%</td>
			<td><a href="">退回</a></td>
			<td><a href="">存档</a></td>
			<
		</tr>
		<tr align="center">
			<td align="left"> <img src="../images/316-2.png" height="20px">李四</td>
			<td>60</td>
			<td>100</td>
			<td>60%</td>
			<td>2000</td>
			<td>2000</td>
			<td>100%</td>
			<td>20</td>
			<td>100</td>
			<td>300</td>
			<td>50</td>
			<td>6</td>
			<td>1</td>
			<td>5%</td>
			<td><a href="">退回</a></td>
			<td><a href="">存档</a></td>
		</tr>
		<tr align="center">
			<td align="left"><img src="../images/316-3.png" height="20px">王五</td>
			<td>200</td>
			<td>100</td>
			<td>200%</td>
			<td>1000</td>
			<td>2000</td>
			<td>50%</td>
			<td>10</td>
			<td>100</td>
			<td>300</td>
			<td>30</td>
			<td>10</td>
			<td>2</td>
			<td>20%</td>
			<td><a href="">退回</a></td>
			<td><a href="">存档</a></td>
		</tr>
		<tr align="center">

			<td colspan="5">总值</td>
			<td>6000</td>
			<td>--</td>
			<td>50</td>
			<td> --</td>
			<td>900</td>
			<td>180</td>
			<td>--</td>
			<td>5</td>
			<td colspan="3">--</td>

		</tr>

		</tbody>
		
		

	</table>
<p align="center">
			<a href="">首页</a>
			<a href="">上一页</a>
			<a href="">1</a>
			<a href="">2</a>
			<a href="">3</a>
			<a href="">....</a>
			<a href="">下一页</a>
			<a href="">尾页</a>

		</p>
</body>
</html>

运行实例 »

点击 "运行实例" 按钮查看在线实例


Correction status:Uncorrected

Teacher's comments:
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!