Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>json and ajax</title>
  5. <style type="text/css">
  6. .hide-me{
  7. display: none;
  8. }
  9. </style>
  10. </head>
  11. <body>
  12.  
  13. <header><h1>ajax and json</h1>
  14. <button id="btn">click me</button>
  15. </header>
  16. <div id="animal-info"></div>
  17. <script type="text/javascript" src="js/main.js"></script>
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement