Menu
The noscript tag provides alternate content that is displayed when a user has disabled scripts in their browser or if the browser does not support script..
When used inside the <body> tag, the content inside <noscript> tags is displayed when scripts are turned off or not supported, but when used inside the <head> tag it can only contain <link>, <style>, and <meta> tags.
<script>
Your script here
</script>
<noscript>Your browser does not support this type of script!</noscript>Have a code example of <noscript>? Submit a codepen.io demo and we'll showcase it here ↴