HTML标签

HTML <noframes>标签(HTML5不支持)

HTML <noframes>标签(HTML5不支持)

HTML <noframes>标签用于包含替代文本,如果浏览器不支持<frame>内容。仅在浏览器不支持该框架的情况下,它将起作用,浏览器将忽略它。
应在<frameset>元素内使用<noframes>标签。
注意:请勿使用<noframes>,因为它已被弃用,HTML5当前不支持。

语法

<noframes>........</noframes>
以下是有关HTML <noframes>标签的一些规范
显示 阻止
开始标签/结束标签 开始标签和结束标签
用法 带框架

示例

<!DOCTYPE html>
<html>
<head>
    <title>Noframe tag</title>
</head>
    <frameset cols="50%,50%">
    <frame src="https://www.lidihuo.com/html/html-index.html">
    <frame src="https://www.lidihuo.com/python/python-index.html">
    <noframes>对不起! 您的浏览器不支持frames框架。</noframes>
   </frameset>
</html>

属性:

标签特定的属性:

<noframes>标签在HTML中不包含任何特定的属性。

全局属性:

<noframes>标签仅支持HTML中的全局属性。

事件属性:

支持浏览器

标签  chrome浏览器  ie浏览器 firefox浏览器 Opera浏览器  Safari浏览器
<noframes>
昵称: 邮箱:
Copyright © 2022 立地货 All Rights Reserved.
备案号:京ICP备14037608号-4