Which element creates various form controls such as button, Text box, check box etc on the form area?
PLZ HELP ME I WILL ADD BRAINLIST BUT PLZ HELP ME ITS URGENT.........
THE QUESTION IS FROM COMPUTER SUBJECT...... PLZ HELP ME....
Answers
Answered by
2
Answer:
HTML Form Controls
There are different types of form controls that you can use to collect data using HTML form −
- Text Input Controls
- Checkboxes Controls
- Radio Box Controls
- Select Box Controls
- File Select boxes
- Hidden Controls
- Clickable Buttons
- Submit and Reset Button
- Text Input Controls
There are three types of text input used on forms −
- Single-line text input controls − This control is used for items that require only one line of user input, such as search boxes or names. They are created using HTML <input> tag.
- Password input controls − This is also a single-line text input but it masks the character as soon as a user enters it. They are also created using HTMl <input> tag.
- Multi-line text input controls − This is used when the user is required to give details that may be longer than a single sentence. Multi-line input controls are created using HTML <textarea> tag.
Explanation:
Mark me as the brainliest please
Similar questions