Tag Html Checkbox
Zona Info | Ilmu Komputer |
Juni 25, 2017
Post by: Ian
Post by: Ian
Tag Html Checkbox
Contoh:
<form>
<input name="nama_checkbox" type="checkbox" />Laki-Laki
</form>
<form>
<input name="nama_checkbox" type="checkbox" />Perempuan
</form>
<form>
<input name="nama_checkbox" type="checkbox" />Membingungkan :)
</form>
<br />
Preview:
Comments
Post a Comment