Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. <html>
  2. <body style="background-color:#0099FF;">
  3.  
  4. <h1 style="color:white;">The Coders Network</h1>
  5. <hr />
  6.  
  7. <h2 style="color:white;">Register</h2>
  8. <form>
  9. First Name: <input type="text" name="firstname" />
  10. <br />
  11. Last Name: <input type="text" name="lastname" />
  12. <br />
  13. Email: <input type="text" name="email" />
  14. <br />
  15. <input type="radio" name="gender" value="male" /> Male<br />
  16. <input type="radio" name="gender" value="femaile" /> Female<br />
  17. Username: <input type="text" name="username" />
  18. <p style="color:white;">Please note this will be your login name and your forum username so make sure you remember this.</p>
  19. <br/>
  20. Password: <input type="password" name="pwd" />
  21. <p style="color:white;">Please verify you are 13 or older.</p>
  22. <input type="checkbox" name="ageverify" value="I am 13 or older" /> I Am 13 Or Older <br />
  23. <br />
  24. <br />
  25. <p style="color:white;">By reading this you agree to follow the rules of TCN. If you are found breaking any you will be banned and we have the ability to ban you for no reason at all even if you have done everything possible for this site.</p>
  26. <input type="checkbox" name="agree?" value="I Agree" /> I Agree
  27. <br />
  28. <br />
  29.  
  30. <input type="submit" value="Submit" />
  31.  
  32. </form>
  33.  
  34.  
  35. </body>
  36. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement