博客列表 >3月20日作业

3月20日作业

老专的博客
老专的博客原创
2018年04月18日 18:27:06665浏览

补做3月20日作业

代码:

实例

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>中央空调100后台管理系统</title>
</head>
<body>
	<table border="0" cellspacing="1" cellpadding="5" align="center" width="960">

		<tr height=60>
			<td colspan="2">
				<iframe src="inc/top.html" name="top" height="70"  width="100%" frameborder="0" align="center" scrolling="no"></iframe>
			</td>
		</tr>

		<tr><td width="100%" colspan="2"><hr size="4" color="red"></td></tr>
		
		<tr>
			<td >
				<iframe src="inc/left.html" name="left" height="600" width="140" frameborder="2" align="center" scrolling="no"></iframe>
			</td>
			<td>
				<iframe src="inc/default.html" name="right" height="600" width="800" frameborder="2" align="left" scrolling="no"></iframe>
			</td>
		</tr>

		<tr><td width="100%" colspan="2"><hr size="4" color="skyblue"></td></tr>

		<tr>
			<td colspan="2">
				<iframe src="inc/footer.html" name="footer" height="70"  width="100%" frameborder="0" align="center"></iframe>
			</td>
		</tr>
	</table>
		
</body>
</html>

运行实例 »

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

代码执行结果图片:

51.png

52.png

手写代码图片:

53.jpg

54.jpg

55.jpg


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