本文概述
- 属性
- 支持的浏览器
< noframes> 标签应在< frameset> 元素内使用。
注意:请勿使用< noframes> , 因为它已被HTML5弃用, 目前不支持。句法
<
noframes>
........<
/noframes>
以下是有关HTML < noframes> 标记的一些规范
Display | Block |
开始日期/结束日期 | 开始和结束标签 |
Usage | 带框架 |
<
!DOCTYPE html>
<
html>
<
head>
<
title>
Noframe tag<
/title>
<
/head>
<
frameset cols="50%, 50%">
<
frame src="https://www.srcmini.com/html-table">
<
frame src="https://www.srcmini.com/css-table">
<
noframes>
Sorry! Your browser does not support frames. <
/noframes>
<
/frameset>
<
/html>
【HTML noframes标记(HTML5不支持)】立即测试
属性特定于标签的属性:
< noframes> 标记在HTML中不包含任何特定的属性。
全局属性:
< noframes> 标记仅支持HTML中的全局属性。
事件属性:
支持的浏览器
Element | Chrome | IE | Firefox | Opera | Safari |
< noframes> | Yes | Yes | Yes | Yes | Yes |
推荐阅读
- HTML NoScript标签
- HTML5新元素
- HTML nav标签
- HTML Meter标签
- HTML meta标签
- HTML menu标记
- HTML mark标签
- HTML map标签
- HTML main标签