You are here: Reference > HTML > tags > noScript

noScript element

Browser support:
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:

Attributes
Events
Styles
class
Sets the style class or classes that belong to the element.
dir
Sets the text direction as related to the lang attribute.
id
Sets a unique identifier for the object.
lang
Specifies the language of the element.
name
Sets the name of an element.
style
Sets an inline style associated with an element.
title
Specifies a tooltip for an element.
unSelectable
Sets whether the selection process can start in an element's content.
xml:lang
Sets the language code of the XML document.

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? yes no

Related pages:

External links:

User Contributed Comments

Post Content

Post Content