^ Zona Info: Tag Html Input

Tag Html Input

Zona Info | Ilmu Komputer |  Juni 19, 2017
Post by: Ian

Tag Html Input
Contoh:
<form action="someKindOfProcessingScript.php" method="post">
    <label for="username">Name</label>
    <input name="username" id="username">

    <label for="housenumber">No Handphone</label>
    <input type="number" name="housenumber" id="housenumber">

    <label for="street">Opsi</label>
    <input name="street" id="street">

    <label for="emailaddress">Email</label>
    <input type="email" placeholder="zonainfo@rocketmail.com" name="emailaddress" id="emailaddress">

    <input type="submit" value="Sign up!">
</form>
Preview:
       

No comments:

Post a Comment