Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Prana</title>
  5. </head>
  6. <h1> Prana's Fake Buzz-Feed Survey! </h1>
  7. <p> Answer the following questions to see which fruit best represents you! </p>
  8. But first, you need to solve a riddle to get to our survey. Press the GO! button here!
  9.  
  10. <button id = "submit">Go!</button>
  11.  
  12. <body>
  13. <div>
  14. <p id = "riddle"></p>
  15. <input id="answer">
  16. <button id= "go">Go!</button>
  17. </div>
  18. </body>
  19.  
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement