Version: 4.0
Compability: Explorer 4, 5 Netscape 4, 6
The <noscript> tag is used to display alternative content for browsers that do not recognize the script tag, or for those occasions where the user has purposely disabled script.
This tag is inconsistently implemented.
The closing tag is required.
<noscript>
Script is disabled.
</noscript>
This example demonstrates how to use the <noscript> tag.