Input Field (HTML)
An input field is used to collect data from a user within a web form.
There are many different kinds of input fields. When a form is submitted, An input fields name
attribute becomes the key of the params
hash and its data becomes the value stored at that key.