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


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement