Introduction to form
- With increase in the use of internet many activities have become online.
- Web page is used to display various information.
- Html forms are used to help the visitors of the website to input data.
- Well organized structure designed to input the required data and information of website is called form.
- The method of adding information in the form of the webpage and printed form is same.
- Form allows more interactivity and control in data entry.
- Example:-
- When a user wants to open e-mail account on a website,user has to first enter his personal details in the form.
- In order to obtain such information on internet,html forms are used.
- This data is further stored by the application.
- This data is also used to retrieve the details about the users registered on the website.
- Form in html is container.
- Form is used to collect different kinds of inputs from the user.
Html form contains the following elements
(1) label element
(2) checkbox
(3) text input field
(4) radio button
(5) submit button
(6) reset button and many more
- A contained named form is used to collect different type of information from the user.
- Form elements are used to enter the data as well as validate the data within the forms.
- Form can be designed easily using html(hyper text markup language) tags.
Post a Comment
If you have any doubts, Please let me know
Thanks!