How can I add a check box beside each row in my table using html .. How can I add it using below lines:
<td> </td>
<td> </td>
<td><input type="checkbox" name="name1" /> </td>
<td><input type="checkbox" name="name2" /> </td>
Like that. It's a very basic question so you might like to provide some more information as to exactly what you want.
<td><input type="checkbox" /> </td>
<td><input type="checkbox" /> </td>
<td><input type="checkbox" /> </td>
and so on...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With