Guest User

Untitled

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