Advertisement
Guest User

PartieHTMLtimo

a guest
Feb 25th, 2020
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.88 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5.     <meta charset="UTF-8">
  6.     <title>Catch'em all!</title>
  7.     <link rel="stylesheet" href="style.css">
  8. </head>
  9.  
  10. <body>
  11.     <main>
  12.         <img class="opacity"
  13.            src="http://images.innoveduc.fr/integration_parcours/css/css_selectors_props/hobbit-house.jpg"
  14.            alt="Hobbit house">
  15.         <p>Photo by conner Bowe on Unsplash</p>
  16.         <img src="http://images.innoveduc.fr/integration_parcours/css/css_selectors_props/hobbit-house-grass.jpg"
  17.            alt="Hobbit house with grass">
  18.         <p>Photo by Jeff Finley on Unsplash</p>
  19.         <img class="opacity"
  20.            src="http://images.innoveduc.fr/integration_parcours/css/css_selectors_props/hobbit-house-grey-grass.jpg"
  21.            alt="Hobbit house with grey grass">
  22.         <p>Photo by Tyler Lastovich on Unsplash</p>
  23.     </main>
  24. </body>
  25.  
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement