加入收藏 | 设为首页 | 会员中心 | 我要投稿 焦作站长网 (https://www.0391zz.com/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 站长学院 > MsSql教程 > 正文

HTML中frameset标签的使用教程

发布时间:2020-03-18 12:55:45 所属栏目:MsSql教程 来源:互联网
导读:不同于iframe,frameset标签不能与body标签一起使用,或许这听起来有些奇怪...well,接下来我们就一起来看一下HTML中frameset标签的使用教程

    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">  

    <title>haorooms博客frame标准demo</title>  

</head>  

  

<frameset row="180,*">  

    <frame name="topFrame" src="topframe.html" />  

    <frameset cols="50%,50%">  

        <frame src="left.html" name="leftFrame" />  

        <frame src="right.html" name="rightFrame" />  

  

    </frameset>  

  

</frameset>  

  

</html>  

布局及用js选区各个部分效果图如下:

2016530120259070.png (799×559)

(编辑:焦作站长网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

推荐文章
    热点阅读