InterviewSolution
Saved Bookmarks
| 1. |
Explain diffrent input controls of a form |
|
Answer» Answer: The type of form control DEFINED by INPUT is given by the TYPE attribute. The default TYPE is TEXT, which provides a single-line text input field. The VALUE attribute specifies the INITIAL value for the text field. ... The radio and checkbox input types provide switches that can be TURNED on and off by the user. Explanation: I hope it will be help you ❤️❤️❤️ |
|