Html Forms will collect the customers data but labels and inputs are not properly aligned. To overcome this drawback developers will make use of Html Tables.
Html Tables concept is basically used for the proper alignment of labels and inputs of Html forms.
Three important tags in Html Tables concept are
Programmers have to decide the number of rows and columns required for the proper alignment of the output.
Note : Table tag can move the contents from one line to the next line without the help of the break tag.