Guest User

Untitled

a guest
Feb 21st, 2018
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Page Title</title>
  5. </head>
  6. <body>
  7. <h1>What is your name?</h1>
  8. <br>
  9. <form id="dataform"></form>
  10. <input type="text" id="name">
  11. <button type="submit">Say Hello</button>
  12. <p id="output">Hi </p>
  13.  
  14. </body>
  15. </html>
Add Comment
Please, Sign In to add comment