博客列表 >3月20日作业:后台模板

3月20日作业:后台模板

大猩猩的博客
大猩猩的博客原创
2018年03月27日 10:22:25782浏览

实例

<!DOCTYPE html>
<html>
	<head>
		<meta charset="UTF-8">
		<title>在线商城后台管理系统</title>
	</head>
	<body>
		<table border="0" cellpadding="0" width="960px" align="center">
			<tr bgcolor="#000000">
				<td colspan="2">
					<iframe src="inc/top.html" width="100%" height="70" frameborder="0" 					align="center" scrolling="no" ></iframe>
				</td>
			</tr>
			<tr>
				<td bgcolor="#888888"><iframe src="inc/left.html" width="240px" height="500"  frameborder="0" align="center" scrolling="no" ></iframe></td>
				<td bgcolor="#ccc"><iframe src="inc/right.html" width="700px" height="500"  frameborder="0" align="center" scrolling="no" ></iframe></td>
			</tr>
			<tr bgcolor="#c3c3c3	">
				<td colspan="2">
					<iframe src="inc/bottom.html" width="100%" height="70" frameborder="0" 					align="center" scrolling="no" ></iframe>
				</td>
			</tr>
		</table>
	</body>
</html>

运行实例 »

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


上一条:3月23号作业下一条:PHP的四种作用域
声明:本文内容转载自脚本之家,由网友自发贡献,版权归原作者所有,如您发现涉嫌抄袭侵权,请联系admin@php.cn 核实处理。
全部评论
文明上网理性发言,请遵守新闻评论服务协议