These tables can be used to create and structure HTML-formatted forms. But, before that, let's see how to create a form in HTML. Create a form using HTML Example Let's see how to create a form using the tag. We set up three input type radios with separate labels - HTML Form Details Select the subject you want to choose: Programming Web Development Database Submit Copy after login Create a form using HTML table Now, let’s convert the above form into one created using HTML tables. Set within tags - Copy after login Then comes the line where we set the input type - Copy after login Example The above applies to every input type, i.e. there is a for each input. Now let's see the complete example - HTML Form Details Select the subject you want to choose: Programming Web Development Database Submit Copy after login