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  |  Post to del.icio.us Post to del.icio.us

Digg this page Digg this!  |  File on Furl File on Furl  |  Add to Yahoo! MyWeb Add to Yahoo! MyWeb

Bypass W3C declarations | 

Valid XHTML 1.0 Strict  |  Valid CSS Why should you trust us? Click the images on the left to see how seriously we write our pages, then make your choice.

Level Triple-A conformance icon, W3C-WAI Web Content Accessibility Guidelines 1.0. This website gives its best effort to achieve the Level Triple-A Conformance, W3C-WAI Web Content Accessibility Guidelines 1.0. If you find any detail or error that we didn't see, don't hesitate and let us know.

The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect. -- Tim Berners-Lee, W3C Director and inventor of the World Wide Web.

 Link to us  |  Contact us  |  Beyond HTML  |  Tools and resources  |  Sitemap  |  Webmaster