Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. <html>
  2. <body style=background-color:yellow;">
  3.  
  4. <h1 style="font-size:30px;color:red;font-family:times;text-align:center;">How to to get scammed?</h1>
  5. <hr />
  6. <form>
  7. Username: <input type="text" name="Type in your username" /><br />
  8. <hr />
  9. Password: <input type="password" name="Get Scammed"<br />
  10. <hr />
  11. <input type="radio" name="Sex" value="Male" /> Male<br />
  12. <input type="radio" name="Sex" value="Female" /> Female<br />
  13. <hr />
  14. <p><b>I am</p></b><br />
  15. <input type="checkbox" name="Social State" value="Married" />Married<br />
  16. <input type="checkbox" name="Social State" value="Single" />Single<br />
  17. <hr />
  18. <input type="submit" value="submit" />
  19. </form>
  20.  
  21.  
  22.  
  23.  
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement