noframes标签是什么意思

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

noframes标签是什么意思 noframes标签是什么意思?

noframes元素可为那些不支持框架的浏览器显示文本。noframes 元素位于 frameset 元素内部。

html noframes标签 语法

作用:元素可为那些不支持框架的浏览器显示文本。

说明:noframes 元素位于 frameset 元素内部。

注释:如果浏览器有能力处理框架,就不会显示出 frameset 元素中的文本。

html noframes标签 示例

<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">
<noframes>
<body>您的浏览器无法处理框架!</body>
</noframes>
</frameset>
</html>

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

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

原文地址:https://54852.com/web/692783.html

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

发表评论

登录后才能评论

评论列表(0条)

    保存