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)- A3% (1)
- B6% (2)
- C9% (3)
- D82% (28)
Community Discussion
No community discussion yet for this question.