HTML forms are basically used for collecting the customers data into the application.
To start the coding of html forms concept,developer will make use of two components they are,
Labels are the direction for the customers to provide for collecting the data.All the labels must be represented by using label tag.
Inputs are the actual data given by the customers.All the inputs must be represented by using input tag.
Note : By default browsers does not allow the white spaces.In order to move the contents on to the next line,programmers will make use of break tag.