Name

noscript — <noscript> . . . </noscript>

Provides alternate content when a script cannot be executed. The content of this element may be rendered if the user agent doesn’t support scripting, if scripting support is turned off, or if the browser doesn’t recognize the scripting language.

Attributes

Core, Internationalization,Events

Example

<script type="text/JavaScript">
... script here
</script>
<noscript>
The script is disabled.
</noscript>

Get HTML and XHTML Pocket Reference, 3rd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.