Baseline Widely available
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.
This element only includes the global attributes.
Examples<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 Technical summary Content categories Metadata content, flow content, phrasing content. Permitted content When scripting is disabled and when it is a descendant of the<head>
element: in any order, zero or more <link>
elements, zero or more <style>
elements, and zero or more <meta>
elements.
<head>
element: any transparent content, but no <noscript>
element must be among its descendants.
<noscript>
element, or in a <head>
element (but only for an HTML document), here again if there are no ancestor <noscript>
element. Implicit ARIA role No corresponding role Permitted ARIA roles No role
permitted DOM interface HTMLElement
Specifications Browser compatibility
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.3