<noscript>

Description

This element displays message when:

  • the browser does not support Javascript
  • or the JavaScript functionality has been turned off.

Example


<html>
<head>
<script language="JavaScript">
<!-- w  w w.ja v  a  2 s .co m-->
     function name() {
          commands
     }

</script>
<noscript>Your browser doesn't support script codes.</noscript>
</head>
<body>
</body>
</html>

Click to view the demo

The code above generates the following result.

noscript




















Home »
  HTML CSS »
    HTML CSS Reference »




HTML Tag Reference
CSS Reference
CSS Selector Reference
Encoding Reference