Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Say Hi</title>
  5. </head>
  6. <body>
  7. <h1>What's Your Name</h1>
  8. <input id="name">
  9. <button id="submit-name">Say Hello </button>
  10. </body>
  11. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement