Q. The tag <noscript> will work __________________

  • (A) only with external scripts
  • (B) with internal and external scripts
  • (C) whether there is javascript or not
  • (D) only in browsers that don’t know what javascript is.
πŸ’¬ Discuss
βœ… Correct Answer: (C) whether there is javascript or not
Explanation: The tag <noscript> defines an alternate content for users who have scripting disabled in their browser or whose browser does not support scripting. Example of use:

<script>
document.write("Welcome to MCQ Buddy Community");
</script>
<noscript> Your browser does not support javascript! </noscript>
Explanation by: Yogesh
The tag <noscript> defines an alternate content for users who have scripting disabled in their browser or whose browser does not support scripting. Example of use:

<script>
document.write("Welcome to MCQ Buddy Community");
</script>
<noscript> Your browser does not support javascript! </noscript>

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
208
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Yogesh
Publisher
πŸ“ˆ
87%
Success Rate