Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Fortune Teller</title>
  5. </head>
  6. <body>
  7. <h1>Fortune Teller</h1>
  8. <div class="red">
  9. <input class="i1" placeholder="Name">
  10. <input class="i2" placeholder="Year of Birth">
  11. <input class="i3" placeholder="Favorite Place">
  12. <button>Predict</button>
  13. <p><span class="name"></span> is expected to die in <span class="year"></span>. He will die <span class="first">sleeping</span><span class="second">eating</span><span class="third">talking</span><span class="fourth">walking</span> in "<span class="place"></span>."</p>
  14. <div class="message">
  15.  
  16. </div>
  17. </div>
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement