Noscript (HTML element)
From Wiki @ Karl Jones dot com
In HTML, the noscript element represents nothing if scripting is enabled, and represents its children if scripting is disabled.
Description
The noscript element is used to present different markup to user agents that don’t support scripting.
The noscript element is only effective in the HTML syntax. It has no effect in the XHTML syntax.
Examples
<noscript> <p>Your browser does not support scripts.</p> </noscript>
See also
External links
- noscript @ w3schools.com