Devtools Tech Logo
0
0
0

What is the use of the <noscript> tag in Javascript?

Option 1
The `<noscript>` tag is used to clear all the cookies and storage in the browser.
Option 2
The <noscript> tag defines an alternate content to be displayed to users that have disabled scripts in their browser or have a browser that doesn't support script.
Option 3
Both Option 1 and Option 2
Option 4
The <noscript> tag offers no different behavior from `<script>` tag.