Blogger Information
Blog 28
fans 0
comment 0
visits 14425
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
3.20作业
泰礴松的博客
Original
735 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="inc/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="inc/left.html" name="left" height="600" width="140" frameborder="10" scrolling="no" align="center"></iframe>
			</td>
			<td>
				<iframe src="inc/default.html" name="right" height="600" width="800" frameborder="1" scrolling="no" align="center" ></iframe>
			</td>
		</tr>
		<tr><td colspan="2" width="100%"><hr></td></tr>
		<tr>
			<td colspan="2">
				<iframe src="inc/footer.html" name="footer" height="70" width="100%" frameborder="0" scrolling="no"></iframe>
			</td>
		</tr>
	</table>
</body>
</html>

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

实例
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>top</title>
</head>
<body>
	<table border="0">
		<tr>
			<td valign="middle"><img src="../images/logo.jpg" width="40"></td>
			<td valign="middle" width="650"><h2>后台管理系统</h2></td>
			<td align="right" 
		</tr>
	</table>
</body>
</html>
运行实例 »
点击 "运行实例" 按钮查看在线实例

实例
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>left</title>
</head>
<body>
	<h4>用户管理</h4>
	<ul type="none">
		<li><a href="user.html" target="right">用户查询</a></li>
		<li><a href="">分类管理</a></li>
	</ul>
	<hr>

	<h4>商品管理</h4>
	<ul type="none">
		<li><a href="">商品查询</a></li>
		<li><a href="">分类管理</a></li>
	</ul>
	<hr>

	<h4>订单管理</h4>
	<ul type="none">
		<li>订单查询</li>
		<li>分类管理</li>
	</ul>
	<hr>

	<h4>系统设置</h4>
	<ul type="none">
		<li>系统配置</li>
		<li>高级配置</li>
	</ul>
</body>
</html>
运行实例 »
点击 "运行实例" 按钮查看在线实例

实例
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>后台默认首页</title>
</head>
<body>
	<table border="1" cellpadding="5" cellspacing="0" align="center">
		<caption><h3>系统配置信息</h3></caption>
		<tr>
			<th width="160" bgcolor="lightcyan">服务器</th>
			<td width="400">Apache 2.8.1</td>
		</tr>
		<tr>
			<th bgcolor="lightcyan">PHP版本</th>
			<td>PHP5.6+</td>
		</tr>
		<tr>
			<th bgcolor="lightcyan">数据库</th>
			<td>MYSQL 5.7</td>
		</tr>
		<tr>
			<th bgcolor="lightcyan">可用磁盘空间</th>
			<td>382G</td>
		</tr>
		<tr>
			<th bgcolor="lightcyan">可用内存</th>
			<td>3.2G</td>
		</tr>		
	</table>
</body>
</html> 
运行实例 »
点击 "运行实例" 按钮查看在线实例

实例
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>footer</title>
</head>
<body>
	<p align="center">
		<a href="">在线商城</a>  &copy;版权所有  <a href="">备案号:XXXX</a>
	</p>
</body>
</html>
运行实例 »
点击 "运行实例" 按钮查看在线实例

手抄

642528417.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