Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Page Title</title>
  5. </head>
  6. <body>
  7. <h1>Guess the secret word!</h1>
  8. <!--Input for your name-->
  9. <input id="nameInput"/>
  10. <button id="submit">Submit</button>
  11.  
  12. <h1 id="nameOutput"></h1>
  13.  
  14.  
  15. <!--Use javascript and jquery to make
  16. the your webpage say hello in the nameOutput h1
  17. when you click 'Say Hello' -->
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement