Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
60
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>Name Exercise</title>
  5. </head>
  6. <body>
  7.  
  8. <h1> What is your name? </h1>
  9. <input id = "Place" placeholder = "Your name here">
  10. <button id = "Button" > Say Hello! </button>
  11.  
  12. <p></p>
  13.  
  14. </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement