98-375 · Question #88
Which three code fragments define an HTML input control? (Choose three.)
The correct answer is C. Option C D. Option D E. Option E. HTML input types include: HTML Forms-The Input Element The most important form element is the <input> element. The <input> element is used to select user information. An <input> element can vary in many ways, depending on the type attribute. An <input> element can be of type…
Question
Which three code fragments define an HTML input control? (Choose three.)
Options
- AOption A
- BOption B
- COption C
- DOption D
- EOption E
How the community answered
(47 responses)- A13% (6)
- B6% (3)
- C81% (38)
Explanation
HTML input types include: HTML Forms-The Input Element The most important form element is the <input> element. The <input> element is used to select user information. An <input> element can vary in many ways, depending on the type attribute. An <input> element can be of type text field, checkbox, password, radio button, submit button,
Topics
Community Discussion
No community discussion yet for this question.