HTML FORM
An HTML Form is used to collect all the data input by the user.
The user input can be stored any of server in which u want to store your data.
An HTML form is a section of a document containing normal text, images, special elements called controls (check-boxes, radio buttons, menus, etc.), and labels on those controls.
<input type="text">
Input element define an option to insert your data,
and type is define that which type of data (text, number, date etc) you want to insert in the input field.
An HTML form is a section of a document containing normal text, images, special elements called controls (check-boxes, radio buttons, menus, etc.), and labels on those controls.
<input type="text">
Input element define an option to insert your data,
and type is define that which type of data (text, number, date etc) you want to insert in the input field.
0 Comments