HTML form is one of the common elements within the webpage which allows the user to input data and submit it for processing.
The data is also passed by URL which is good for limited and less sensitive information.
In this tutorial, I show how you can pass data between view and controller.