先把框架分结构

top顶端

<img src="title.jpg"/>

left左侧

<body bgcolor="pink">
<a href="right1.html" target="right">青花瓷1</a><br/>
<a href="right2.html" target="right">青花瓷2</a><br/>
<a href="#" target="">青花瓷3</a><br/>
<a href="#" target="">青花瓷4</a><br/>
<a href="#" target="">青花瓷5</a><br/>
</body>

right1

<body bgcolor="#00FFCC">right1的内容
</body>

right2

right2的内容

all

<frameset rows="30%,*" frameborder=0 framespacing=5 >
<frame src="top.html" noresize/> <frameset cols="20%,*">
<frame src="left.html" noresize/>
<frame src="right1.html" name="right"noresize/>
</frameset>
</frameset>

网页实现效果

最新文章

  1. 使Python IDLE也变得高颜值
  2. VS2013添加使用lib的方法
  3. swift实现冒泡排序
  4. csharp:Chart
  5. AMD平台下在Windows虚拟机中安装Mac10.8.6【Written By KillerLegend】
  6. .NET基础篇——Entity Framework 数据转换层通用类
  7. JS家的排序算法
  8. Android eclipse - aapt.exe has stopped working.
  9. 转:gpio_request
  10. linux下磁盘分区
  11. hdu 3405 world islands
  12. oracle系列--解锁数据库
  13. SQL中with(nolock)作用说明
  14. str_repeat() 函数把字符串重复指定的次数。
  15. Goland 提示 :configuration is still incorrect 的解决
  16. OJ题:字符串分隔
  17. 给萌新的Flexbox简易入门教程
  18. php 当前日期加一天和指定日期加一天
  19. 2017-11-11 Sa Oct 消参
  20. 【转】Python学习路线

热门文章

  1. cocos基础教程(5)数据结构介绍之cocos2d::Map&lt;K,V&gt;
  2. 详解JavaScript中的Url编码/解码,表单提交中网址编码
  3. Android Toast 封装,避免Toast消息覆盖,替换系统Toast最好用的封装
  4. Unity 3D学习之 Prime31 Game Center插件用法
  5. lucas定理,组合数学问题
  6. django动态表格总结
  7. GIT的标准文档 使用和服务介绍
  8. pip 直接安装tar.gz zip文件包 (windows linux mac 可用)
  9. Apache配置文件中的deny和allow的使用
  10. kettle与各数据库建立链接的链接字符串