HTML <frameset> 标签用于包含可以作为一个单元进行控制和样式化的框架组。<frameset> 元素还指定了框架集中的行数和列数,以及它们在框架中占用的空间。
<frameset cols=" ">............</frameset>
以下是关于 HTML <frameset> 标签的一些规范
展示 | 堵塞 |
开始标签/结束标签 | 开始和结束标签 |
用法 | 框架 |
<!DOCTYPE html> <html> <head> <title>Frame tag</title> </head> <frameset cols="50%,50%"> <frame src="https://www.rocschool.com/tutorial/html-tutorial/"> <frame src="https://www.rocschool.com/tutorial/css-tutorial/"> </frameset> </html>
输出:
属性 | 价值 | 描述 |
---|---|---|
cols | Pixels % * | 它指定框架集中列空间的数量和大小。(HTML5 不支持) |
rows | Pixels % * | 它指定框架集中行空间的数量和大小。(HTML5 不支持) |
元素 | Chrome | IE | Firefox | Safari | Opera |
---|---|---|---|---|---|
<frameset> | Yes | Yes | Yes | Yes | Yes |
© Copyright 2011-2021 www.rocschool.com. All rights reserved. Developed by RocSchool. Powered by qibosoft X1.0 Code. 琼ICP备2021004297号-1