You can put the below code just below the body tag to check whether JavaScript is turned on or off .
<noscript>
JavaScript is disabled.
<style>div { display:none; }</style>
</noscript>
You can put the below code just below the body tag to check whether JavaScript is turned on or off .
<noscript>
JavaScript is disabled.
<style>div { display:none; }</style>
</noscript>