Blogger Information
Blog 28
fans 0
comment 0
visits 14108
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
3.16表格作业
泰礴松的博客
Original
520 people have browsed it

作业代码:

实例
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>课程安排</title>
</head>
<body>
	<table border="1" cellspacing="0" cellpadding="5" align="center" width="80%">
		<caption><h3>课程表</h3></caption>
				<tr bgcolor="skyblue">
				<th colspan="2">课程信息</th>
				<th colspan="3">排课日期</th>
				<th colspan="2" rowspan="2">操作</th>
			</tr>
		<tr bgcolor="skyblue">
			<th>ID</th> 
			<th>课程</th>
			<th>周一</th>
			<th>周二</th>
			<th>周三</th>
			
		</tr>
		<tr align="center">
			<td>01</td>
			<td align="left"><img src="../img/yw.jpg" width=30>语文</td>
			<td>上午</td>
			<td>下午</td>
			<td>下午</td>
			<td><a href="">编辑</a></td>
			<td><a href="">删除</a></td>
		</tr >
			<tr align="center">
			<td>02</td>
			<td align="left"><img src="../img/sx.jpg" width="30">数学</td>
			<td>下午</td>
			<td>下午</td>
			<td>上午</td>
			<td><a href="">编辑</a></td>
			<td><a href="">删除</a></td>
		</tr >
			<tr align="center">
			<td>03</td>
			<td align="left"><img src="../img/yy.jpg" height="30">外语</td>
			<td>上午</td>
			<td>上午</td>
			<td>停课</td>
			<td><a href="">编辑</a></td>
			<td><a href="">删除</a></td>
	</table>
	<p align="center">
		<a href="">首页</a>
		<a href="">前一页</a>
		<a href="">后一页</a>
		<a href="">尾页</a>
	</p>
</body>
</html>
运行实例 »
点击 "运行实例" 按钮查看在线实例

手抄版2份:

619838691.jpg1806815151.jpg

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!