SighUp Page Like Gmail Full Source Code In HTML

"

<!DOCTYPE HTML>

<head>

<title>Create your Google Account</title>
</head>

<body bgcolor="pink">
<div>
 <img class="logo logo-w" src ="Dowenlode A logo from " alt="Google">
  <span class="signin-button">
  <a  align="right" class="g-button g-button-submit" href="https://accounts.google.com/SignUp?service=mail&continue=https%3A%2F%2Fmail.google.com%2Fmail&hl=en-GB" >GoTo Google SignUp Page</a>
  </div>


<h2 align="center">Create your Google Account</h2>

<div align="center">
Name
<br><br>
<input type="text" name="First" placeholder="First" autofocus>
<input type="text" name="Last" placeholder="Last" autofocus>
<br><br>
Choose your username
<br><br>
<input type="text" name="uname" placeholder="@gmail.com" autofocus>
<br><br>
Create a password
<br><br>
<input type="password" name="pass" autofocus>
<br><br>
Confirm your password
<br><br>
<input type="password" name="pass" autofocus>
<br><br>
Birthday
<br><br>
<input  type="text" maxlength="2" value="">


  <select  id="BirthMonth" name="BirthMonth" >
  <option value="">Month</option>
  <option  value="01" >
  January</option>
  <option  value="02" >
  February</option>
  <option  value="03" >
  March</option>
  <option  value="04" >
  April</option>
  <option  value="05" >
  May</option>
  <option  value="06" >
  June</option>
  <option  value="07" >
  July</option>
  <option  value="08" >
  August</option>
  <option  value="09" >
  September</option>
  <option  value="10" >
  October</option>
  <option  value="11" >
  November</option>
  <option  value="12" >
  December</option>
  </select>
  </span>
  </label>

  <input  type="text" maxlength="4" value="">

<br><br>

Gender
  <select  id="Gender" name="Gender" >
  <option value="">I am...</option>
  <option  value="FEMALE" >
  Female</option>
  <option  value="MALE" >
  Male</option>
  <option  value="OTHER" >
  Other</option>
  <option  value="DECLINE" >
  Rather not say</option>
  </select>

  <br><br>

  Mobile phone
  <br><br>
  <input  type="text" name="phno" maxlength="13" placeholder="+91" autofocus>
  <br><br>

  Your current email address
  <br><br>
  <input type="text" name="current email id" autofocus>
  <br><br>

  Location
  <br><br>
  <input type="text" name="location" placeholder="your Location" autofocus>
<br><br>
<button type="submit" form="nameform" value="Submit">Submit</button>

</div>
</body>
</html>

"
Dowenlode This Logo For Image


Comments