Blogger Information
Blog 14
fans 0
comment 0
visits 8252
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
3月20日作业
程序员Z
Original
507 people have browsed it

实例

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
	<title>公司商城管理后台</title>
</head>
<body>

<table border="0" cellpadding="5" cellspacing="0" align="center" width="960"> 

<!--主体 -->
<!-- 顶部 -->
<tr>
   <td colspan="2">
     <iframe src="inc/top.html" name="top" height="70" width="100%" frameborder="0" scrolling="no"></iframe>
   </td>
</tr>
<!-- 分割线 -->
<tr><td width="100%" colspan="2"><hr></td></tr>

<tr>
<!-- 左侧 -->
   <td>
     <iframe src="inc/left.html"  name="left" height="600" width="140" frameborder="0" scrolling="no" align="center"></iframe>
   </td>


<!-- 右侧-->
   <td>
     <iframe src="inc/right.html" name="right" height="600" width="800" frameborder="0" scrolling="no"  align="center" align="left"></frame>
   </td>

</tr>

<!-- 底部 -->
<tr>
   <td colspan="2">
     <iframe src="inc/foot.html" name="foot" height="70" width="100%" frameborder="0" scrolling="no" align="center"></iframe>
   </td>
</tr>

<!-- 分割线 -->
<tr><td width="100%" colspan="2"><hr></td></tr>

<!-- 底部 -->
<tr>
   <td colspan="2">
     <iframe src="inc/foot.html" name="foot" height="70" width="100%" frameborder="0" scrolling="no" align="center"></iframe>
   </td>
</tr>
   
</table>
</body>
</html>

运行实例 »

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

1.jpg2.jpg

Correction status:qualified

Teacher's comments:作业已检查! 完成的不错!大赞!!
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post