Advertisement
alpha3001

Untitled

Aug 19th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Fajar Sidiq XIRPL2 Emb Image</title>
  4. <style type="text/css">
  5. img.mouse{
  6. margin-top: 10px;
  7. float: left;
  8. clear: both;
  9. width: 200px;
  10. height: 200px;
  11. }
  12. img.cat{
  13. margin-top: 5px;
  14. float: right;
  15. clear: both;
  16. width: 200px;
  17. height: 200px;
  18. border: solid;
  19. border-color: pink;
  20. }
  21. img.gary{
  22. margin-top: 10px;
  23. float: right;
  24. clear: both;
  25. width: 200px;
  26. height: 200px;
  27. }
  28. </style>
  29. </head>
  30. <body>
  31. <h1>Contoh Embedded CSS pada gambar</h1>
  32. <img class="mouse" src="tikus.jpg"/>
  33. <img class="cat" src="ucing.jpg"/>
  34. <img class="gary" src="gary.jpg"/>
  35. </body>
  36. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement