HTML » Tags » noscript

Version: 4.0

Compability: Explorer 4, 5  Netscape 4, 6

Syntax:
<noscript> ... </noscript>

The <noscript> tag is used to display alternative content for browsers that do not recognize the script tag, or for those occasions where the user has purposely disabled script.

This tag is inconsistently implemented.
 
The closing tag is required.
 

Examples

Code:
<noscript>
Script is disabled.
</noscript>
Output:
Explanation:

This example demonstrates how to use the <noscript> tag.

Language(s): HTML

See Also: