Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.27 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>Image pada CSS</title>
  5. </head>
  6. <body>
  7.     <h1>Contoh CSS pada gambar secara external</h1>
  8.     <img id="pikachu" src="foto/pikachu.gif">
  9.     <img id="kucing" src="foto/kucing.gif">
  10.     <img id="pompurin" src="foto/pompurin.gif">
  11. </body>
  12. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement