Blogger Information
Blog 7
fans 0
comment 0
visits 4344
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
316作业
漫云的博客
Original
508 people have browsed it

实例

<!doctype html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Document</title>
</head>
<body>
	<table border="1" cellspacing="0" cellpadding="5" align="center" width="50%">
		<caption><h3>第一季度销售排行榜</h3></caption>
		<colgroup span="2" bgcolor="lightgreen"></colgroup>
		<colgroup span="1" bgcolor="lightgray"></colgroup>
		<colgroup span="1" bgcolor="lightgray"></colgroup>
		<colgroup span="1" bgcolor="lightgray"></colgroup>
		<colgroup span="1" bgcolor="lightpink"></colgroup>
		<thead>
		<tr bgcolor="skyblue"> 
			<th>ID</th>
			<th>姓名</th>
			<th>1月份</th>
			<th>2月份</th>
			<th>3月份</th>
			<th>平均量</th>
		</tr>
		</thead>
		<tbody>
			<tr align="center">
			<td>01</td>
			<td>张小文</td>
			<td>2500</td>
			<td>2425</td>
			<td>2455</td>
			<td>2460</td>
		</tr>
		<tr align="center">
			<td>02</td>
			<td>石伟锋</td>
			<td>2500</td>
			<td>2425</td>
			<td>2445</td>
			<td>2456</td>
		</tr>
		<tr align="center">
			<td>03</td>
			<td>伍茹媚</td>
			<td>2500</td>
			<td>2425</td>
			<td>2395</td>
			<td>2440</td>
		</tr>
		<tr align="center">
			<td>04</td>
			<td>彭亮</td>
			<td>2500</td>
			<td>2425</td>
			<td>2345</td>
			<td>2423</td>
		</tr>
		<tr align="center">
			<td>05</td>
			<td>刘小波</td>
			<td>2500</td>
			<td>2398</td>
			<td>2355</td>
			<td>2417</td>
		</tr>
		</tbody>
		<tfoot></tfoot>
	</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:qualified

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