Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. <h1 id="title"><u>Survey Form</u>
  2. </h1>
  3. <p id="description"><em>This survey is conducted inorder to review the sources a person utilizes in order to learn</em></p>
  4. <div><form id="survey-form">
  5. <label id="name-label"><strong>Enter name</strong></label><li><input type="input" required id="name" placeholder="Enter name"></li>
  6. <label id="email-label"><strong>Enter email</strong></label><li><input type="email" required id="email" placeholder="Enter email"></li>
  7. <label id="number-label"><strong>Enter age</strong></label><li><input type="number" id="number" min="1" max="100" placeholder="Enter age">
  8. <li><label><strong>Select Qualfication</strong></label></li>
  9. <li><select type="dropdown" id="dropdown">
  10. <option>High School Graduate</option>
  11. <option>Intermediate</option>
  12. <option>Undergraduate</option>
  13. <option>Postgraduate</option>
  14. <option>Diploma</option>
  15. </select></li>
  16. <label><strong>Select mode of learning</strong></label>
  17. <label>Newspapers</label><input type="radio" name="buttons" value="1">
  18. <label>Magzines</label><input type="radio" name="buttons" value="1">
  19. <label>Online Courses</label><input type="radio" name="buttons" value="1">
  20. <label>Coaching</label><input type="radio" name="buttons" value="1">
  21. <li><label><strong>Select field of expertise</strong></label></li><li><input type="checkbox" value="1"><label>Data Science</label></li>
  22. <li><input type="checkbox" value="2"><label>Artificial Intelligence</label></li>
  23. <li><input type="checkbox" value="3"><label>Cryptography</label></li>
  24. <li><input type="checkbox" value="4"><label>Machine Learning</label></li>
  25. <li><input type="checkbox" value="5"><label>Web Development</label></li>
  26. <textarea>Any other skills possessed by you....type here</textarea>
  27. <button id="submit">Press to Submit</button></form></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement