Introduction
In this article, we will see how to create a form using HTML Tables. First, we learn how to create controls like TextBox and DropDownList, then we use them together in our table to create a form where user information is saved.
Table format
TextBox
Textarea
ListBox
CheckBox
DropDownList
Button
Now we use them all together to create a form like this.
Finally, our output looks like this.
![Job details]()