Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta charset="utf-8" />
- <title>Fruits</title>
- </head>
- <body>
- <h1>Fruits</h1>
- <p>
- <img src="/images/banana.png" width="75" height="75">
- <img src="/images/orange.png" width="75" height="75">
- <img src="/images/kiwi.png" width="75" height="75">
- <img src="/images/kiwi.png" width="75" height="75">
- <img src="/images/apple.png" width="75" height="75">
- </p>
- <p>
- <img src="/images/apple.png" width="75" height="75">
- <img src="/images/apple.png" width="75" height="75">
- <img src="/images/banana.png" width="75" height="75">
- <img src="/images/kiwi.png" width="75" height="75">
- <img src="/images/orange.png" width="75" height="75">
- </p>
- <p>
- <img src="/images/orange.png" width="75" height="75">
- <img src="/images/banana.png" width="75" height="75">
- <img src="/images/orange.png" width="75" height="75">
- <img src="/images/orange.png" width="75" height="75">
- <img src="/images/apple.png" width="75" height="75">
- </p>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement