Advertisements
Advertisements
प्रश्न
Discuss in detail about HTML form controls.
संक्षेप में उत्तर
उत्तर
Value of type attribute | Description |
Text | Create a Text Box. The element used to get all kind of text input such as name, address etc., |
Password | Similar as Text box. But, while entering data, the characters are appearing as coded symbols such as asterisks. |
Checkbox | A check box is an element appearing like a small square box. When the user dick on the square a tiny tick mark will appear inside the square. This element is used to select multiple options. |
Radio Button | Radio button is used to select any one of the multiple options from the list. This element looks like a small circle, when the user select an item, a tiny dot will appear within the circle. If the user selects another option, previously selected option will be deselected. This means, user can select any one of the given option form a group. |
Reset | It is a special command button used to dear all the entries made in the form. |
Submit | It is also a special command button used to submit all the entries made in the form to the backend server. |
Button | This is a standard graphical button on the form used to call functions on click. |
shaalaa.com
HTML Forms
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
APPEARS IN
संबंधित प्रश्न
______ method stores the input data in the request body of the clients HTTP request.
Which attribute of form tag helps in client-side validation?
What does fopen() function do in PHP?
How PHP files can be accessed?
What is a HTML form?
Write the features Form Handling.
Differentiate Get and Post Method.
Write short notes on File handling.
Explain concepts of HTTP Uploading process.
Explain in detail of File handling functions.