Language References HTML Elements
Specifies HTML to be displayed in browsers that do not support scripting. | HTML 4, 4.01, 5 |
HTML Syntax
<noscript></noscript>
The NOSCRIPT element specifies the content for a browser to display when JavaScript is not available or enabled.
This element is a block element.
NOTE: Both start and end tags are required.
The <noscript>
element has no attribute of its own, but supports global attributes common to all HTML elements.
<NOSCRIPT>To see this demo, your browser
must be JavaScript-enabled.</NOSCRIPT>>
SCRIPT