HTML

1个成员

HTML元素 - noframes

发表于 2017-01-31 3027 次查看

定义

包含对于那些不支持 FRAMESET 元素的浏览器使用的 HTML。

Contains HTML for browsers that do not support FRAMESET elements.

注释

此元素在 Internet Explorer 3.0 及以上版本的 HTML 中可用,在 Internet Explorer 4.0 及以上版本的脚本中可用。

此元素是内嵌元素。

此元素需要关闭标签。

The NOFRAMES element is available in HTML as of Internet Explorer 3.0, and in script as of Internet Explorer 4.0.

This element is an inline element.

This element requires a closing tag.

示例代码

下面的例子使用了 NOFRAMES 元素指定了当浏览器无法显示框架时的 HTML。

This example uses the NOFRAMES element to specify HTML that is rendered by browsers incapable of displaying frames.

<FRAMESET>
<NOFRAMES>你需要 IE 3.0 或更高版本才能浏览框架!</NOFRAMES>
</FRAMESET>
发表回复
你还没有登录,请先登录注册