frameset标签是什么意思

frameset标签是什么意思,第1张

frameset标签是什么意思 frameset标签是什么意思

作用:定义一个框架集。

说明:它被用来组织多个窗口(框架)。每个框架存有独立的文档。在其最简单的应用中,frameset 元素仅仅会规定在框架集中存在多少列或多少行。您必须使用 cols 或 rows 属性。

注释:如果您希望验证某个包含框架的页面,请确保 DTD 被设置为 "Frameset DTD"。您不能与 <frameset></frameset> 标签一起使用 <body></body> 标签。不过,如果您需要为不支持框架的浏览器添加一个 <noframes> 标签,请务必将此标签放置在 <body></body> 标签中!

html frameset标签 示例

<html>
<frameset cols="25%,50%,25%">
<frame src="http://www.php.cn/example/html/frame_a.html">
<frame src="http://www.php.cn/example/html/frame_b.html">
<frame src="http://www.php.cn/example/html/frame_c.html">
</frameset>
</html>

以上就是frameset标签是什么意思的详细内容,

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/web/692504.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-04-22
下一篇 2022-04-22

发表评论

登录后才能评论

评论列表(0条)

保存