There are several ways for the user to enter data in a form. They basically involve either typing text or selecting a button, list or menu item with a mouse.
Input items include:
The <INPUT>
tag is used to supply several types of INPUT (mentioned above).
It has a TYPE tag that takes different values depending on the input type requested. Let us now look at some of these input types