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>