What is the purpose of <noscript> tag in JavaScript?
Options
- Prevents scripts on the page from executing.
- Enclose text to be displayed by non-JavaScript browsers
- Suppresses the result to be displayed on the web page
- None of the above
CORRECT ANSWER : Enclose text to be displayed by non-JavaScript browsers
Write your comments