Advertisement
Guest User

Untitled

a guest
Mar 6th, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.62 KB | None | 0 0
  1. <p>Age</p>
  2.  
  3. <p><input maxlength="3" name="Age" type="text" value="" /></p>
  4.  
  5. <p>Gender (male/female)</p>
  6.  
  7. <p><select name="gender"><option value="male">Male</option><option value="female">Female</option></select></p>
  8.  
  9. <p>Ethnicity (choose)</p>
  10.  
  11. <p><select name="Ethnicity"></select></p>
  12.  
  13. <p>Place of living</p>
  14.  
  15. <p><select name="Location"></select></p>
  16.  
  17. <p>Height</p>
  18.  
  19. <p><input name="height" type="text" /></p>
  20.  
  21. <p>Weight</p>
  22.  
  23. <p><input name="weight" type="text" /></p>
  24.  
  25. <p>Own rated attractiveness</p>
  26.  
  27. <p><input name="Rating" type="text" /></p>
  28.  
  29. <p><input name="submit" type="button" value="submit" /></p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement