320

银河的博客
银河的博客原创
2018年03月26日 18:51:47558浏览

实例

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>网上商城后台管理系统</title>
</head>
<body>
	<table width="960" border="0" cellspacing="0" cellpadding="6" align="center" >
		<tr>
			<td colspan="2">
				<iframe src="top.html" frameborder="0" name="top" scrolling="no" width="100%" align="center"  height="80"></iframe>
			</td>
		</tr>
		<tr><td width="100%" colspan="2"><hr></td></tr>
		<tr>
			<td>
				<iframe src="left.html" frameborder="0" name="left" scrolling="no" width="150" height="600" align="center"></iframe>
			</td>
			<td >
				<iframe src="default.html" frameborder="0" name="right" scrolling="no" width="800" height="600" align="center"></iframe>
			</td>
		</tr>
		
		<tr><td width="100%" colspan="2"><hr></td></tr>

		<tr>
			<td colspan="2">
				<iframe src="footer.html" frameborder="0" name="fooder" scrolling="no" width="100%" height="60"></iframe>
			</td>
		</tr>
	</table>
</body>
</html>

运行实例 »

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


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