Computer Science, asked by guuuttf5677, 4 days ago

write the HTML program with tables and forms​

Answers

Answered by kanchankumari0201198
0

Answer: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. Write discription here. <input type="checkbox" name="Car" value="Maruti" /> I have a Maruti car.

Explanation:

Answered by saininidhi384
1

Forms and tables in HTML

Chapter Summary

>Use the HTML <table> element to define a table.

>Use the HTML <tr> element to define a table row.

>Use the HTML <td> element to define a table data.

>Use the HTML <th> element to define a table heading.

>Use the HTML <caption> element to define a table caption.

>Use the CSS border property to define a border.

please mark as brainlist.

Similar questions