nebukad

latihan-ajax1

May 14th, 2017
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.42 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <title>Latihan Ajax</title>
  6.     <link rel="icon" type="image/x-icon" href="https://assets-cdn.github.com/favicon.ico">
  7. </head>
  8. <body>
  9.     <h1>Request File Menggunakan Ajax</h1>
  10.  
  11.     <button type="button">
  12.         Klik disini
  13.     </button>
  14.  
  15.     <div id="content">
  16.         File request.html akan ditampilkan disini
  17.     </div>
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment