Microsoft
98-375 · Question #92
You want to use the disabled Boolean attribute on a text box. How can you accomplish this? (Choose all that apply.)
The correct answer is A. <input name='firstName' type='text' disabled /> B. <input name='firstName' type='text' disabled='' /> D. <input name='firstName' type='text' disabled='disabled' />. See the full explanation below for the reasoning.
Question
You want to use the disabled Boolean attribute on a text box. How can you accomplish this? (Choose all that apply.)
Options
- A<input name='firstName' type='text' disabled />
- B<input name='firstName' type='text' disabled='' />
- C<input name='firstName' type='text' disabled='true' />
- D<input name='firstName' type='text' disabled='disabled' />
How the community answered
(24 responses)- A79% (19)
- C21% (5)
Community Discussion
No community discussion yet for this question.