^ Zona Info: Tag Html Form

Tag Html Form

Zona Info | Ilmu Komputer |  Juni18,2017
Post by: Ian

Tag Html Form
Contoh:
<form action="someKindOfProcessingScript.php" method="post">
    <label for="housenumber">Nama</label>
    <input name="housenumber" id="housenumber">

    <label for="street">Alamat Pengiriman</label>
    <input name="street" id="street">

    <input type="submit">
</form>
Preview:
  
  

No comments:

Post a Comment