Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Guess the word</title>
  5. </head>
  6. <body>
  7. <h1>Can you guess the secret word?</h1>
  8. <input id= "password" >
  9. <button>Submit</button>
  10.  
  11. <p>Hint:The word is a fear</p>
  12. <div id = "answer"></div>
  13. </body>
  14.  
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement