Noscript

End Tag: Required
Support Key: 2 | 3 | 3.2 | 4 | IE3 | M | N3B5 | O3
What is it?
Attributes
Tag Example
Parent/Content Model
Tips & Tricks
Browser Peculiarities
= Index DOT Html by Brian Wilson [bloo@blooberry.com] =
Main Index | Element Tree | Element Index | HTML Support History


What is it?
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.

Common Attributes
%Core%
2 | 3 | 3.2 | 4 | IE4B1 | M | N | O
Support Notes: IE 4 Beta 1: Class, ID, Style. IE 4 Final: Title
%Events%
2 | 3 | 3.2 | 4 | IE | M | N | O
%Language%
2 | 3 | 3.2 | 4 | IE | M | N | O
Example
<script LANGUAGE="JavaScript">
     <!-- document.write("Hello World.") -->
</script>
<noscript>
     <b>Please>/b> try this page for browsers that can not handle SCRIPTing.
     <a HREF="http://www.foo.com/alternate.html">Simple Text Page</a>
</noscript>
Parent Model
%Block Parent%
Content Model
%In-line Content% | %Block Content%
Tips & Tricks Browser Peculiarities
Boring Copyright Stuff...