noframes有什么用
答案:1 悬赏:20 手机版
解决时间 2021-02-08 01:22
- 提问者网友:人生佛魔见
- 2021-02-07 17:01
noframes有什么用
最佳答案
- 五星知识达人网友:刀戟声无边
- 2021-02-07 18:14
noframes 元素可为那些不支持框架的浏览器显示文本。noframes 元素位于 frameset 元素内部。例如:
<html>
<frameset cols="25%,50%,25%">
<frame src="/example/html/frame_a.html">
<frame src="/example/html/frame_b.html">
<frame src="/example/html/frame_c.html">
<noframes>
<body>您的浏览器无法处理框架!</body>
</noframes>
</frameset>
</html>
<html>
<frameset cols="25%,50%,25%">
<frame src="/example/html/frame_a.html">
<frame src="/example/html/frame_b.html">
<frame src="/example/html/frame_c.html">
<noframes>
<body>您的浏览器无法处理框架!</body>
</noframes>
</frameset>
</html>
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯