Advertisement
Adji01

Untitled

Aug 17th, 2019
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.31 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>CSS pada Image</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="pikachu.gif">
  10.     <img id="ucing" src="kucing.gif">
  11.     <img id="guguk" src="anjing.gif">
  12. </body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement