files/en-us/web/html/reference/elements/noscript/index.md
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.
<noscript>
<!-- anchor linking to external file -->
<a href="https://www.mozilla.org/">External Link</a>
</noscript>
<p>Rocks!</p>
Rocks!
Rocks!
The <noscript> element represents its children differently depending on if scripting is enabled:
<noscript> element represents its children as HTML content.<noscript> element represents its children as text.{{Specifications}}
{{Compat}}