Forms
- a form is a layout for gathering information.
- Google’s search box is an example of forms.
- forms contacts server to complete the process of filling forms.
- from tag is used to creat forms, along with the two attributes (action, method).
- input tag is used to get input info from the user, along with the two attributes (type, name).
- to get passwords, set the type property to “password”.
- HTML5 has new and easy to use forms elements.