Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.15 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>Gmail Account</title>
  5.     </head>
  6.     <body bgcolor="blance almonde" height="300px" width="300px" font-color="green">
  7.         <img src="IMG_20161005_152422.jpg" width="300px" height="300px">
  8.         <form>
  9.             <h3>Create in Gmail Account....</h3><br/>
  10.             Name:<br/>
  11.             <input type="text" name="saiful" placeholder="first name">
  12.             <input type="text" name="saiful" placeholder="last name"><br/>
  13.  
  14.             Choice your user name:<br/>
  15.             <input type="text" name="saiful" placeholder="@email.com"><br/>
  16.  
  17.             Name:<br/>
  18.             <input type="text" name="saiful" placeholder="first name">
  19.             <input type="text" name="saiful" placeholder="last name"><br/>
  20.  
  21.             Create a password:<br/>
  22.             <input type="password" name="saiful" placeholder="create a new password">
  23.             <input type="password" name="saiful" placeholder="confirm password"><br/>
  24.  
  25.             Gender:<br/>
  26.             <input type="radio" name="saiful">male<br/>
  27.             <input type="radio" name="saiful">famle<br/>
  28.             <input type="radio" name="saiful">other<br/>
  29.  
  30.             <input type="submit" name="saiful" placeholder="send">
  31.             <input type="reset" name="saiful" placeholder="reset">
  32.         </form>
  33.     </body>
  34. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement