Advertisement
martigpg3

Untitled

Jun 2nd, 2025
667
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.39 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  4.  
  5.         <head>
  6.             <meta charset="utf-8" />
  7.             <title>Fruits</title>
  8.         </head>
  9.  
  10.         <body>
  11.             <h1>Fruits</h1>
  12.             <p>
  13.                 <img src="/images/banana.png" width="75" height="75">
  14.                 <img src="/images/orange.png" width="75" height="75">
  15.                 <img src="/images/kiwi.png" width="75" height="75">
  16.                 <img src="/images/kiwi.png" width="75" height="75">
  17.                 <img src="/images/apple.png" width="75" height="75">
  18.             </p>
  19.  
  20.             <p>
  21.                 <img src="/images/apple.png" width="75" height="75">
  22.                 <img src="/images/apple.png" width="75" height="75">
  23.                 <img src="/images/banana.png" width="75" height="75">
  24.                 <img src="/images/kiwi.png" width="75" height="75">
  25.                 <img src="/images/orange.png" width="75" height="75">
  26.             </p>
  27.  
  28.             <p>
  29.                 <img src="/images/orange.png" width="75" height="75">
  30.                 <img src="/images/banana.png" width="75" height="75">
  31.                 <img src="/images/orange.png" width="75" height="75">
  32.                 <img src="/images/orange.png" width="75" height="75">
  33.                 <img src="/images/apple.png" width="75" height="75">
  34.             </p>
  35.  
  36.         </body>
  37. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement