Introduction

HTML Forms are used to select different kinds of user input.

 
Forms
A form is an area that can contain form elements So simply you will have to irst understand “What is Form”. You must have seen the forms on the internet. Now days there is too much craze of the forms on the internet. At least if you have an e-mail ID then Sure you have filled the Form of e-mail registration during the creation of your e-mail account. You fills all the information in the form, like your Name, Registration ID, password, address, Qualification and many more clickable buttons.
 
So once again take a look on the form:
 
 
Now you saw the sample of Yahoo ID Registration form containing some of elements of the form.
 
Form elements are elements that allow the user to enter information like:
· text fields
· text area fields
· drop-down menus
· radio buttons
· checkboxes, etc. in a form.
Scroll to Top