Advertisement
triyanna

Untitled

Aug 21st, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.35 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>CSS pada Image (Triyanna XI RPL 2)</title>
  5.     <link rel="stylesheet" type="text/css" href="extImage.css">
  6. </head>
  7. <body>
  8.     <h1>Contoh CSS pada gambar secara external</h1>
  9.     <img id="pikachu" src="gambar/pikachu.gif">
  10.     <img id="ucing" src="gambar/ucing.gif">
  11.     <img id="guguk" src="gambar/pompurin.gif">
  12. </body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement