HTML forms are basic forms that can be used for user input to be submitted to a web server. It can then be processed at the server. For example, form data can be inputted to a database, or searched for on the server.
Common examples are login forms, search forms and contact forms.

A simple login form
