HTML中frameset标签的行使教程
发布时间:2020-03-20 14:52:56 所属栏目:编程 来源:站长网
导读:副问题#e# frameset页面与广泛的Web页面有些差异。固然仍然以HTML和包括问题的HEAD标志以及其他剧本开始,可是其内容仅仅是暗示的各个页面的版式计划。因此,不再必要有BODY元素,只必要frameset标志。 属性先容 border:配置框架的边框粗细。 bordercolor
<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选区各个部门结果图如下: (编辑:湖南网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
站长推荐
热点阅读