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. Both the start and end tags are required.
NOSCRIPT Members