Versión en español

HTML noscript tag

Note: If you don't know what a tag is and/or how you must use it we recommend you to read our HTML tags and attributes tutorial that you can find in our HTML tutorials section.

 

Description

The HTML noscript tag specifies content that should be rendered when a script cannot be executed. This content will be shown in the case that the browser don't support client-side scripts or it's configured not to execute them.

In the example below, a script designed to show a text scrolling is defined in the script, and an alternate static version is defined in the HTML noscript tag.

Code begin <script type="text/javascript">
<!--
...(Definition of a script that shows the text: "We have the best client-side scripts for your website." scrolling along the screen)...
-->
</script>
<noscript>
We have the best client-side scripts for your website.
</noscript>Code end
 


Attributes

This tag does not have any attribute.


Events

There are no events defined for this tag.

See complete list and information about events in HTML


Bypass footer options Send to a friend Send to a friend