Guest User

Untitled

a guest
Mar 17th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Contact Search</title>
  5. </head>
  6. <body>
  7. <form id="contact-form">
  8. <label>Enter contact name:</label>
  9. <input type="text" id="name-input">
  10. <button type="submit">Enter</button>
  11. </form>
  12. <p id="p-person1"></p>
  13. <p id="p-person2"></p>
  14. <p id="p-person3"></p>
  15. <p id="output-p"></p>
  16. <script type="text/javascript" src="contactSearch.js"></script>
  17. </body>
  18. </html>
Add Comment
Please, Sign In to add comment