文件包括 main.html  top.html  left.html  childhood.html
 moonsong.html  herethesea.html

主要布局效果:

代码:

main.html

<frameset rows="30%,*"> <!--上面部分-->
<frame src="top.html" scrolling="no">
<frameset cols="20%,*" > <!--以下80%分为左右部分-->
<frame src="left.html" noresize frameborder="1"/ scrolling="no">
<frame src="right.html" name="myframe" noresize frameborder="1"/>
</frameset>
</frameset>

top.html

<meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
<body>
<table align="center" boder="0px" width="100%" height="200px" background="topJpg.jpg" cellspacing="0px" cellspading="0px">
<tr></tr>
</table>
</body>

left.html

<meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
<body bgcolor="lightblue">
<center>
</center>
<!--target 点击后的目标-->
<ul>
<li><a href="herethesea.html" target="myframe">最重要的决定</a></li>
<li><a href="childhood.html" target="myframe">下沙</a></li>
<li><a href="moonsong.html" target="myframe">与半小夜曲</a></li>
</ul>
</body>

right.html

<meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
<body bgcolor="silver">
歌词
</body>

歌词略..

最新文章

  1. Linux 第05天
  2. SpringMVC源码剖析(二)- DispatcherServlet的前世今生
  3. golang 格式化时间为字符串
  4. Bridge桥接模式
  5. 《SDN核心技术剖析和实战指南》2.1交换机核心技术小结
  6. python ctypes小例子
  7. Postman 是一个非常棒的Chrome扩展,提供功能强大的API &amp; HTTP 请求调试
  8. java 内部类(摘抄自网络)
  9. 深度神经网络(DNN)损失函数和激活函数的选择
  10. 谷歌浏览器 插件安装配置Momentum chrome
  11. 【Codeforces 788C】The Great Mixing
  12. ●HDU 2871 Memory Control(Splay)
  13. iframe实现局部刷新和回调(转)
  14. 20164305 徐广皓 Exp1+ 逆向进阶
  15. Django----列表分页(使用Django的分页组件)
  16. Linux 标准输入输出、错误输出、重定向标准输出
  17. bzoj3992
  18. IDA远程调试 在内存中dump Dex文件
  19. J2EE完全手册(二)
  20. [Java] 理解JVM之一:工作机制及基本结构

热门文章

  1. [luogu]P3572 [POI2014]PTA-Little Bird(单调队列)
  2. Spring Cloud Feign 出现ClassNotFoundException: feign.Feign$Builder错误
  3. [Angular + Unit Testing] Mock HTTP Requests made with Angular’s HttpClient in Unit Tests
  4. openssl之EVP系列之10---EVP_Sign系列函数介绍
  5. [luogu P1776] 宝物筛选 解题报告(单调队列优化DP)
  6. 上传文件时文件类型限制 &lt;input id=&quot;File1&quot; type=&quot;file&quot; accept=&quot;&quot;/&gt;
  7. Parquet学习总结
  8. 人生苦短,请用 Chrome!
  9. Sql Server 2012数据库的安装【自己一点一点敲的】
  10. RGB与16进制色互转