<noscript>:Noscript 元素

<noscript> HTML 元素定义了当页面上的脚本类型不受支持或者当前在浏览器中关闭脚本时要插入的 HTML 部分。

¥The <noscript> HTML element defines a section of HTML to be inserted if a script type on the page is unsupported or if scripting is currently turned off in the browser.

属性

¥Attributes

该元素仅包含 全局属性

¥This element only includes the global attributes.

示例

¥Examples

html
<noscript>
  <!-- anchor linking to external file -->
  <a href="https://www.mozilla.org/">External Link</a>
</noscript>
<p>Rocks!</p>

启用脚本的结果

¥Result with scripting enabled

摇滚!

¥Rocks!

禁用脚本的结果

¥Result with scripting disabled

外部链接

¥External Link

摇滚!

¥Rocks!

技术总结

¥Technical summary

内容类别 元数据内容, 流动内容, 措辞内容.
允许的内容 当禁用脚本并且它是 <head> 元素的后代时:以任意顺序,零个或多个 <link> 元素、零个或多个 <style> 元素以及零个或多个 <meta> 元素。
当禁用脚本且它不是 <head> 元素的后代时:任何 透明内容 元素,但 <noscript> 元素不得属于其后代。
否则:流动内容或短语内容。
标签遗漏 无,开始和结束标记都是强制性的。
允许的父级 任何接受 措辞内容 的元素,如果没有祖级 <noscript> 元素,或者在 <head> 元素中(但仅适用于 HTML 文档),如果没有祖级 <noscript> 元素,则同样如此。
隐式 ARIA 角色 没有对应的角色
允许的 ARIA 角色 不允许 role
DOM 接口 HTMLElement

规范

Specification
HTML Standard
# the-noscript-element

¥Specifications

浏览器兼容性

BCD tables only load in the browser

¥Browser compatibility