博客列表 >3.20PHP线上培训作业

3.20PHP线上培训作业

小丑的博客
小丑的博客原创
2018年03月21日 13:20:57621浏览

线上培训第四天

代码:


实例

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Document</title>
</head>
<body>
	<table align="center" border="0" cellpadding="5" cellspacing="0" width="900">
		<tr>
			<td></td>
		</tr>
		<tr>
			<td colspan="2">
				<iframe src="top.html" name="top" scrolling="no" frameborder="0" width="100%" height="80"></iframe>
			</td>			
		</tr>

		<tr>
			<td><iframe src="rigth.html" name="rigth" scrolling="no" frameborder="0" width="180" height="450"></iframe></td>
			<td align="left"><iframe src="defaultshow.html" name="default" scrolling="no" frameborder="0"  height="380" width="680" ></iframe></td>
		</tr>

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

运行实例 »

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

手抄代码:
320.jpg

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