HTML Reference Guide


Tag Index | Content List | HTML FAQ

<NOSCRIPT> ... </NOSCRIPT> NOSCRIPT

Description:

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.

Attributes:

None.

Example code:

<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>

Result:

See Also:


  Free Web Pages | Super Links | Members Directory | Search | Privacy Statement | Site Map | Contact Us
Services: Create Free Web Page | Free Home Page | Free Web Page Builder
Free Web Page Templates | Free Web Sites | Free Web Space
Copyright © 1996 - 2006 WebSpawner.com. All rights reserved.