This element is used in conjunction with the SCRIPT element to
indicate content/HTML markup that will only appear if the browser does
not support the SCRIPT syntax. Browsers that DO support the
SCRIPT element will ignore the contents of the NOSCRIPT element.
<scriptlanguage="JavaScript">
<!--
document.write("Hello World.") -->
</script>
<noscript>
<b>Please</b>
try this page for browsers that can not handle SCRIPTing.
<ahref="http://www.foo.com/alternate.html">Simple
Text Page</a>
</noscript>
Netscape 4.x has separate options to turn off style sheets and scripting.
However, if scripting is turned off, style sheet ability is also turned off.
Netscape 6 Betas 1 and 2 had no way to display NOSCRIPT content - turning off
scripting did NOT make the content appear. This behavior was fixed in Beta 3.