当前位置:Gxlcms > html代码 > noframes标签是什么意思

noframes标签是什么意思

时间:2021-07-01 10:21:17 帮助过:17人阅读

noframes标签是什么意思?

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

html noframes标签 语法

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

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

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

html noframes标签 示例

<html>
<frameset cols="25%,50%,25%">
  <frame src="http://www.gxlcms.com/example/html/frame_a.html">
  <frame src="http://www.gxlcms.com/example/html/frame_b.html">
  <frame src="http://www.gxlcms.com/example/html/frame_c.html">
<noframes>
<body>您的浏览器无法处理框架!</body>
</noframes>
</frameset>
</html>

以上就是noframes标签是什么意思的详细内容,更多请关注Gxl网其它相关文章!

人气教程排行