博客列表 >20180320作业

20180320作业

朱佳楠的博客
朱佳楠的博客原创
2018年03月22日 14:29:30831浏览

代码:

实例

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>简单后台管理</title>
</head>
<body>
	<form action="" method="post">
		<table width="960" border="0" cellpadding="5" cellspacing="0"  align="center">
			<!-- top -->
			<tr>
				<td colspan="2">
					<iframe src="inc/top.html" name="top" height="70" frameborder="0" scrolling="no" align="center" width="100%"></iframe>
				</td>
			</tr>
			<!-- top END -->
			<tr>
				<td colspan="2" width="100%"><hr></td>
			</tr>
			<!-- main -->
			<tr> 
				<td width="140" align="left">
					<iframe src="inc/left.html" frameborder="0" height="600" scrolling="no" align="center" width="100%"></iframe>
				</td>
				<td width="800" align="right">
					<iframe src="inc/right.html" name="right" frameborder="0" height="600" scrolling="no" align="center" width="100%"></iframe>
				</td>
			</tr>
			<!-- main END -->
			<tr>
				<td colspan="2" width="100%"><hr></td>
			</tr>			
			<!-- foot -->
			<tr>
				<td colspan="2" >
					<iframe src="inc/foot.html" frameborder="0" height="70" scrolling="no" align="center" width="100%"></iframe>
				</td>
			</tr>
			<!-- foot END -->
		</table>
	</form>
</body>
</html>

运行实例 »

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

实例图片:

MAJQGXR_Y}WOAY0LM0H]CLM.png

手写代码:Y5@GWQ33]E}BFTRCH`GE472.png

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