The HTML <noscript> Tag

The HTML <noscript> Tag

<script>
document.getElementById("demo").innerHTML = "Hello JavaScript!";
</script>

<noscript>Sorry, your browser does not support JavaScript!</noscript>

Is used to provide an alternate content for users that have disabled scripts in their browser or have a browser that doesn't support client-side scripts.

Related concepts

The HTML <noscript> Tag — Structure map

Clickable & Draggable!

The HTML <noscript> Tag — Related pages: