mercredi 28 octobre 2015

Checkbox in html table data

For some reason my check boxes in a table aren't being displayed.

My code for the table:

<table>
<tr>
...
<td><input type="checkbox" name="vehicle" value="Bike" />Hi</td>
...
</tr>
</table>

However, all I see is the Hi being displayed but no check box.




Aucun commentaire:

Enregistrer un commentaire