How to name the columns of the form? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to name the columns of the form?

I am unable to name the input boxes in the HTML form?

29th Jan 2020, 9:48 AM
Kamal Jain
Kamal Jain - avatar
2 Answers
+ 3
May be you can use value="name"
29th Jan 2020, 10:03 AM
Avinesh
Avinesh - avatar
0
If by form, you mean a table, then all you have to do is use these tabs between <tr> and </tr>: <th> and </th>. Add the name of the columns in between those.
29th Jan 2020, 10:00 AM
Steven Iannucci
Steven Iannucci - avatar