noScript element
Indicates alternative content to be displayed for browsers that do not support scripting.
The noscript element is used to specify HTML content that should only be visible in browsers that do not support scripting.
If you want to see the HTML tags by categories, please visit this page.
This element requires a closing tag.
JavaScript page for this element: noScript. |
Possible members:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Example HTML code 1:
This example illustrates the use of the noScript element:
|
||||
<head> <script type="text/javascript"> </script> </head> <body> <noscript> You must enable JavaScript in your browser to use this site! </noscript> </body> |
||||
|
||||
Did you find this example helpful?
|
Related pages:
External links:
User Contributed Comments