Advertisement
desislava_topuzakova

Untitled

Jun 7th, 2022
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>Fruits</title>
  8. </head>
  9. <body>
  10. <h1>Fruits</h1>
  11. <p>
  12. <img src="/02_Fruits/banana.png" alt="">
  13. <img src="/02_Fruits/orange.png" alt="">
  14. <img src="/02_Fruits/kiwi.png" alt="">
  15. <img src="/02_Fruits/kiwi.png" alt="">
  16. <img src="/02_Fruits/apple.png" alt="">
  17. </p>
  18. <p>
  19. <img src="/02_Fruits/apple.png" alt="">
  20. <img src="/02_Fruits/apple.png" alt="">
  21. <img src="/02_Fruits/banana.png" alt="">
  22. <img src="/02_Fruits/kiwi.png" alt="">
  23. <img src="/02_Fruits/orange.png" alt="">
  24. </p>
  25. <p>
  26. <img src="/02_Fruits/orange.png" alt="">
  27. <img src="/02_Fruits/banana.png" alt="">
  28. <img src="/02_Fruits/orange.png" alt="">
  29. <img src="/02_Fruits/orange.png" alt="">
  30. <img src="/02_Fruits/apple.png" alt="">
  31. </p>
  32. </body>
  33. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement