<noscript>
tag
Defines alternate content to be displayed when a browser does not support JavaScript.
Syntax
<noscript> ... </noscript>
Example
html
<noscript>
<p>This website requires JavaScript to function. Please enable JavaScript in your browser settings.</p>
<style>body { display: block !important; }</style>
</noscript>