Guest User

Untitled

a guest
Dec 6th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Page Title</title>
  5. <h1>Whats your Name </h1>
  6. </head>
  7. <body>
  8. <input id="search" placeholder="Type your name here">
  9. <button type="button">Press me </button>
  10. <p id="var"></p>
  11. <p>Hi my name is</p>
  12. </body>
  13. </html>
Add Comment
Please, Sign In to add comment