0
How to name the columns of the form?
I am unable to name the input boxes in the HTML form?
2 ответов
+ 3
May be you can use value="name"
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.