nerdexam
Microsoft

98-361 · Question #395

You need to display specific messages to users when their browser is not running JavaScript. Which of the following code segment should you use?

The correct answer is D. <noscript> ... </noscript>. See the full explanation below for the reasoning.

Question

You need to display specific messages to users when their browser is not running JavaScript. Which of the following code segment should you use?

Options

  • A<script runat="server"> ... </script>
  • B<script> ... </script>
  • C<% ... %>
  • D<noscript> ... </noscript>

How the community answered

(34 responses)
  • A
    3% (1)
  • B
    6% (2)
  • C
    9% (3)
  • D
    82% (28)

Community Discussion

No community discussion yet for this question.

Full 98-361 Practice