Guest User

Untitled

a guest
Jan 21st, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>07.4 Input Make A MadLib</title>
  5. </head>
  6. <body>
  7. <p>
  8. Adjective: <input>
  9. </p>
  10. <p>
  11. Season 1: <input>
  12. </p>
  13. <p>
  14. Season 2: <input>
  15. </p>
  16. <p>
  17. Season 3: <input>
  18. </p>
  19. <p>
  20. Star name: <input>
  21. </p>
  22. <p>
  23. Sport 1: <input>
  24. </p>
  25. <p>
  26. Sport 2: <input>
  27. </p>
  28.  
  29. <button> MadLib Me!</button>
  30. <div id="message"></div>
  31. </body>
  32. </html>
Add Comment
Please, Sign In to add comment