Advertisement
Guest User

html

a guest
Dec 30th, 2015
2,433
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4.  
  5. <head>
  6. <link type="text/css" rel="stylesheet" href="stylesheet.css">
  7. </head>
  8.  
  9. <body>
  10.  
  11. <form>
  12.  
  13. Enter day you want to travel to Cancun:
  14.  
  15. <input type="date" name="day">
  16.  
  17. Number of days: <input type="number" name="numdays" min="1" max="10">
  18.  
  19. </form>
  20.  
  21. </body>
  22.  
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement