HTML框架

 <frameset> 标签。最外层需要去掉 <body> 标签。

属性:cols="300,*",意思是分为两列,宽度为300和剩余全部。

          rows可以替换cols,变为上下两行。

          frameborder="no",意思为去除分割线。

 <frame src="页面地址" scrolling="no"> 

属性:scrolling=“no”,代表取消显示滚动条。

  <iframe> 标签,可以嵌在页面的框架。

属性:src,页面的来源地址。width,页面的宽度。height页面的高度。frameborder,页面的边框。scrolling,滚动条。

posted @ 2017-11-26 10:41  niushuangmeng  阅读(119)  评论(0编辑  收藏  举报