Noscript

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



   Quick Statistics   
End Tag:
   Required
Standards Details:
HTML: In all 4.x DTDs
XHTML: In all 1.0 and 1.1 DTDs
XHTML Modules:
Scripting
CSS 'display' Type:
"inline"
CSS Mapping:
NA
Default Rendering:
NA
Official Docs:
HTML 4.x, XHTML 1.1

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] [X1|X1.1] [IE4|M|N|O]
%Accessibility%
[2|3|3.2|4] [X1|X1.1] [IE4|M|N|O]
%Events%
[2|3|3.2|4] [X1|X1.1] [IE|M|N|O]
%Language%
[2|3|3.2|4] [X1|X1.1] [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...