Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. <div class="row lt-row" style="margin-bottom: 0; line-height: 5px; height: 30px">
  2. <div class="input-field col s6 l6" style="margin-bottom: 0; line-height: 5px; height: 30px">
  3. <input id="input_third_name" style="height: 30px;" name="emp_third_name" type="text" class="validate">
  4. <label for="input_third_name">Third Name</label>
  5. </div>
  6. <div class="input-field col s6 l6" style="margin-bottom: 0; line-height: 5px; height: 30px">
  7. <input id="input_family_name" style="height: 30px;" name="emp_family_name" type="text" class="validate">
  8. <label for="input_family_name">Family Name</label>
  9. </div>
  10. </div>
  11. <div class="row lt-row" style="margin-bottom: 0; line-height: 5px; height: 30px">
  12. <div class="input-field col s6 l6" style="margin-bottom: 0; line-height: 5px; height: 30px">
  13. <label>Gender</label>
  14. <select id="gender" name="gender_value">
  15. <option value = "" disabled selected><< Pls select >></option>
  16. <option value ="Male">Male</option>
  17. <option value ="Male">Female</option>
  18. </select>
  19. </div>
  20. <div class="input-field col s6 l6" style="margin-bottom: 0; line-height: 5px; height: 30px">
  21. <label>Degree</label>
  22. <select id="degree" name="degree_value">
  23. <option value = "" disabled selected><< Pls select >></option>
  24. <option value ="High School">High School</option>
  25. <option value ="Vocational">High School</option>
  26. <option value ="Bachelor Degree">Female</option>
  27. </select>
  28. </div>
  29. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement