<noscript> - HTML(超文本标记语言) 编辑
如果页面上的脚本类型不受支持或者当前在浏览器中关闭了脚本,则在 HTML <noscript> 元素中定义脚本未被执行时的替代内容。
内容分类 | Metadata content, flow content, phrasing content. |
---|---|
允许的内容 | 当脚本被禁用并且它是 当脚本被禁用并且它不是 否则:flow content 或 phrasing content 。 |
标签省略 | 不允许,开始标签和结束标签都不能省略。 |
允许的父元素 | 如果没有根元素 |
DOM接口 | HTMLElement |
属性
该元素只包含 全局属性.
示例
<noscript>
<!-- anchor linking to external file -->
<a href="http://www.mozilla.com/">External Link</a>
</noscript>
<p>Rocks!</p>
允许脚本时的结果
Rocks!
禁用脚本时的结果
Rocks!
规范
Specification | Status | Comment |
---|---|---|
HTML Living Standard <noscript> | Living Standard | |
HTML5 <noscript> | Recommendation | |
HTML 4.01 Specification <noscript> | Recommendation |
浏览器兼容性
BCD tables only load in the browser
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论