Advertisement
Guest User

Untitled

a guest
Jun 16th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Registration</title>
  4. </head>
  5. <body>
  6. <h1> Registration </h1>
  7. <label>Full Name:</label>
  8. <input type:"text" required placeholder="Name And Last Name"> <br/>
  9. <label>Username:</label>
  10. <input type="text" required placeholder="Choose Username"> <br/>
  11. <label>Password:</label>
  12. <input type:"Password" required placeholder="Choose Password"> <br/>
  13. <label>Email Adress:</label>
  14. <input type:"text" required placeholder="example@example.com"> <br/>
  15. <h2>Private Information</h2> <br/>
  16. <label> Gender: </label>
  17. <input type="radio" checked> Male
  18. <input type="radio"> Female <br/>
  19. <label> Date of birth </label>
  20. <input type:"date" required placeholder="Day/Month/Year" <br/>
  21. <br/>
  22. <button>Submit</button> </br>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement