Y

Yogesh • 7.43K Points
Tutor III

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.

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>

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.