Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Fruits</title>
- </head>
- <body>
- <h1>Fruits</h1>
- <p>
- <img src="/02_Fruits/banana.png" alt="">
- <img src="/02_Fruits/orange.png" alt="">
- <img src="/02_Fruits/kiwi.png" alt="">
- <img src="/02_Fruits/kiwi.png" alt="">
- <img src="/02_Fruits/apple.png" alt="">
- </p>
- <p>
- <img src="/02_Fruits/apple.png" alt="">
- <img src="/02_Fruits/apple.png" alt="">
- <img src="/02_Fruits/banana.png" alt="">
- <img src="/02_Fruits/kiwi.png" alt="">
- <img src="/02_Fruits/orange.png" alt="">
- </p>
- <p>
- <img src="/02_Fruits/orange.png" alt="">
- <img src="/02_Fruits/banana.png" alt="">
- <img src="/02_Fruits/orange.png" alt="">
- <img src="/02_Fruits/orange.png" alt="">
- <img src="/02_Fruits/apple.png" alt="">
- </p>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement