Duplikasi form sign up gmail

Gambar dibawah ini adalah tampilan asli dari form gmail =


Berikut ini adalah script yang saya buat =
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="content-type" content="text/html" />
<meta name="author" content="fahmi" />

<title>Form Gmail</title>
</head>
<body>
        <h2>Create Your Google Account</h2>
        <br />
        <a><b>Name</b></a><br />
    <form>
            <input type="text" name="namapertama" size="20"/> &nbsp    
            <input type="text" name="namaakhir" size="20"/><br /><br />
        <a><b>Choose your username</b></a><br />
            <input type="text" name="username" size="49"/> <br /><br />
        <a><b>Create a password</b></a><br />
            <input type="password" name="Password" size="49"/> <br /><br />
        <a><b>Confirm your password</b></a><br />
            <input type="password" name="Password" size="49"/> <br /><br />
        <a><b>Birthday</b></a><br />
            <select name="Month">
                <option value="" selected="selected"> Month!</option>
                <option value="Januari"> Januari</option>
                <option value="Februari"> Februari</option>
                <option value="Maret"> Maret</option>
                <option value="April"> April</option>
                <option value="Mei"> Mei</option>
                <option value="Juni"> Juni</option>
                <option value="Juli"> Juli</option>
                <option value="Agustus"> Agustus</option>
                <option value="September"> September</option>
                <option value="Oktober"> Oktober</option>
                <option value="November"> November</option>
                <option value="Desember"> Desember</option>
            </select> &nbsp
            <input type="text" name="hari" size="1"/> &nbsp
            <input type="Number" name="tahun" size="4"/><br /><br />
        <a><b>Gender</b></a><br />
            <select name="Gender">
                <option value="" selected="selected"> Other</option>
                <option value="Male"> Male</option>
                <option value="Female"> Female</option>
                <option value="Other"> Other</option>
            <select/><br /><br />
        <a><b> Mobile Phone</b></a><br />
            <input type="text" name="Phone" size="49"/><br /><br />
        <a><b>Your current email address</b></a><br />
            <input type="text" name="email" size="49"/><br /><br />
        <a><b>Prove you're not a robot</b></a><br />
            <input type="checkbox" name="verificationt" size=""/> Skip this verivfication (phone verification may <br />&nbsp; &nbsp; &nbsp; be required)<br/><br/>
        <a><b>Location</b></a><br />
            <select name="nation">
                <option value="" selected="selected"> United States</option>
                <option value="Indonesia"> Indonesia</option>
                <option value="United kingdom"> United kingdom</option>
                <option value="Australia"> Australia</option>
                <option value="Vietnam"> Vietnam</option>
                <option value="Singapore"> Singapore</option>
                <option value="Kongo"> Kongo</option>
                <option value="Nigeria"> Nigeria</option>
                <option value="Papua newgunie"> Papua newgunie</option>
                <option value="Austria"> Austria</option>
                <option value="Malaysia"> Malaysia</option>
                <option value="Thailand"> Thailand</option>
                <option value="France"> France</option>
            </select><br /><br />
    <input type="checkbox" name="agreement" size=""/> I agree to the google term of service <br/>&nbsp; &nbsp; &nbsp; and privacy policy<br/><br/>
                &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp
                &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp
      <td><input type="submit" name="Login" value="Proses" color="blue"></td>
    </form>
</body>
</html>

Ini adalah hasil script tersebut =


Mungkin belum mirip tapi semoga bermanfaat :D 

0 komentar: