Advertisement
whitestarrr

Untitled

Nov 24th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <style>
  5. .form-input {
  6. padding-bottom: 10px
  7. }
  8. </style>
  9. </head>
  10. <body>
  11.  
  12. <form>
  13.  
  14. <div class="form-input">
  15. <label for="firstName">First name:
  16. <input type="text" name="firstName" />
  17. </label>
  18. </div>
  19.  
  20. <div class="form-input">
  21. <label for="lastName">Last name:
  22. <input type="text" name="lastName" />
  23. </label>
  24. </div>
  25.  
  26. </form>
  27.  
  28. </body>
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement