网站首页 > 知识剖析 正文
课程内容
Html窗口分帧
把一个浏览器文档窗口分隔成多个窗口,每个窗口都可以显示一个独立的网页文件
每个帧(即页面)都有自己的url
帧标签
- <frameset>标签
属性:rows、cols、 可以使用固定值,百分比和 * 三种
border、frameborder
- <frame>标签
属性:src、name、scrolling、noresize
- <a href=“”>的target属性
四个内置的取值:_blank、_parent、_self、_top
- <noframes>标签
使用Microsoft Visual Studio.NET创建框架集
- <iframe>标签
注意: 分桢不能和body标签及内容体共存
<body style="margin: 0px" scroll="no">
<div style="position: absolute;top: 0px;left: 0px; z-index: 2;height: 65px;width: 100%">
<iframe frameborder="1" id="header" name="header" src="" scrolling="no" style="height: 65px; visibility: inherit; width: 100%; z-index: 1;"></iframe>
</div>
<table border="0" cellPadding="0" cellSpacing="0" height="100%" width="100%" style="table-layout: fixed;">
<tr>
<td width="165" height="65"></td><td></td>
</tr>
<tr>
<td>
<iframe frameborder="1" id="menu" name="menu" src="" scrolling="yes" style="height: 100%; visibility: inherit; width: 100%; z-index: 1;overflow: auto;"></iframe>
</td>
<td>
<iframe frameborder="1" id="main" name="main" src="" scrolling="yes" style="height: 100%; visibility: inherit; width: 100%; z-index: 1;overflow: auto;"></iframe>
</td>
</tr>
</table>
</body>
- 上一篇: WEB前端开发入门学习笔记
- 下一篇: 二、HTML列表、表格
猜你喜欢
- 2024-11-25 服务器弱口令漏洞上传木马攻击实验
- 2024-11-25 10、Django 新建ipa(通讯录)项目
- 2024-11-25 Vue组件传参:Vue父组件向子组件传参
- 2024-11-25 第5天 | 16天搞定前端,html布局,表格和大块头
- 2024-11-25 如何应用“XML+XSLT”技术分离Web表示层数据和样式
- 2024-11-25 web前端ajax笔记之一
- 2024-11-25 vue3 新特性 computed、watch、watchEffect 看完就会
- 2024-11-25 巧用SqlServer数据库实现邮件自动发送功能
- 2024-11-25 「案例演练」测试器与模板继承
- 2024-11-25 Vue的框架(了解)
- 最近发表
- 标签列表
-
- xml (46)
- css animation (57)
- array_slice (60)
- htmlspecialchars (54)
- position: absolute (54)
- datediff函数 (47)
- array_pop (49)
- jsmap (52)
- toggleclass (43)
- console.time (63)
- .sql (41)
- ahref (40)
- js json.parse (59)
- html复选框 (60)
- css 透明 (44)
- css 颜色 (47)
- php replace (41)
- css nth-child (48)
- min-height (40)
- xml schema (44)
- css 最后一个元素 (46)
- location.origin (44)
- table border (49)
- html tr (40)
- video controls (49)