Guest User

Untitled

a guest
Jan 23rd, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Animal Trading Cards</title>
  6. <link href="css/styles.css" rel="stylesheet">
  7. </head>
  8. <body>
  9. <div id="favorite-animal">
  10. <h3>Buddy the Chipoo</h3>
  11. <div class="image">
  12. <img src="images/buddy.png" alt="Buddy">
  13. </div>
  14. <div class="info">
  15. <p class="interesting">Buddy is a dog who is half Chihuahua and half miniature Poodle.</p>
  16. <ul class="list">
  17. <li><span class="label">Favorite drink</span>: Water</li>
  18. <li><span class="label">Favorite snack</span>: Turkey</li>
  19. <li><span class="label">Loves to</span>: Go outside and play</li>
  20. <li><span class="label">Personality</span>: Moody</li>
  21. </ul>
  22. <p>Buddy loves to cuddle with his owner, however barks at every stranger that comes into his house! He is very protective of his family and loves his human brothers and sisters.</p>
  23. </div>
  24. </div>
  25. </body>
  26. </html>
Add Comment
Please, Sign In to add comment