Guest User

Untitled

a guest
Jan 19th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 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. First name:<input type="text" name="fname" id="firstname">
  9.  
  10. <button type="button">Click Me!</button>
  11. <div id="contains-names">
  12. </div>
  13.  
  14.  
  15. </body>
  16.  
  17.  
  18. </html>
Add Comment
Please, Sign In to add comment