Blogger Information
Blog 87
fans 0
comment 0
visits 59272
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
第四节课作业:用纯HTML制作一个网站后台模板
黄忠倚的博客
Original
800 people have browsed it

实例

	<!DOCTYPE html>
	<html lang="en">
	<head>
		<meta charset="UTF-8">
		<title>浦北社区 - 在线商城后台管理</title>
	</head>
	<body>
		<!-- 后台分为上中下三部分,其中中间部分又分为左和右两部分 -->
		<table border="0" cellpadding="5" cellspacing="0" align="center" width="960">
		<!-- 顶部 -->
		<tr>
			<td colspan="2">
				<iframe src="http://mi-888.com/PHP/zuoye/20180320/top.html" name="top" height="70" width="100%" frameborder="0" scrolling="no"></iframe>
			</td>
		</tr>
		<!-- 我是一条风骚的分隔线 -->
		<tr><td colspan="2" width="100%"><hr></td></tr>
		<!-- 主体 -->
		<tr>
			<!-- 左侧菜单 -->
			<td>
				<iframe src="http://mi-888.com/PHP/zuoye/20180320/left.html" name="left" height="600" width="140" frameborder="0" scrolling="no" align="center"></iframe>
			</td>
			<!-- 右侧内容区 -->
			<td>
				<iframe src="http://mi-888.com/PHP/zuoye/20180320/default.html" name="right" height="600" width="800" frameborder="0" scrolling="no" align="left"></iframe>
			</td>
		</tr>
		<tr>
			<td colspan="2">
				<iframe src="http://mi-888.com/PHP/zuoye/20180320/footer.html" name="footer" height="70" width="100%" frameborder="0" scrolling="no" ></iframe>
			
			</td></tr>
		</table>
	</body>
	</html>

运行实例 »

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

作业地址:http://mi-888.com/PHP/zuoye/20180320/0320-admin.html

手抄代码:

微信图片_20180321181658.jpg微信图片_20180321181705.jpg

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