If Javascript is disbaled in your browser, you can display a warning message to the user by adding “noscript” tag inside the body element.
<body> <noscript> <h1> Javascript is disabled in your Browser . Please enable it. </h1> </noscript> ...... </body>
This noscript tag is supported by all major browsers like IE, Firefox, Opera, GoogleChrome and Safari.