Advertisement
krisgoestomars

Untitled

Jan 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Animal Trading Cards</title>
  6. <link rel="stylesheet" type="text/css" href="C:\Users\Kristopher\Desktop\Udacity\fend-animal-trading-cards-master\styles.css">
  7. </head>
  8. <style>
  9.  
  10. </style>
  11. <body>
  12. <div id="main">
  13. <h3><strong><font color="gold">The Warrior Platypus</font color="gold"></strong></h3>
  14. <img src="CombatPlatypus.jpg" alt="combatplatypus" class="platypus">
  15. <div class="infoborder">
  16. <!-- your favorite animal's interesting fact goes here -->
  17. <p class="IF">The Platypus uses its tail to store
  18. up to half of the animal's body fat in case of a food shortage.</p>
  19. <ul class="liststyle">
  20. <!-- your favorite animal's list items go here -->
  21. <li><span class="spantype">Scientific Name</span>:Ornithorhynchus anatinus</li>
  22. <li><span class="spantype">Average Length</span>: 17-20in</li>
  23. <li><span class="spantype">Average Lifespan</span>:17 years (In captivity)
  24. </li>
  25. <li><span class="spantype">Habitat</span>: Freshwater lakes</li>
  26. </ul>
  27. <!-- your favorite animal's description goes here -->
  28. <p> class="descriptionfont"> The platypus is a semiaquatic egg-laying mammal that lives in eastern Australia & Tasmania.
  29. It is one of the five extant species of monotremes, the only mammals that lay eggs instead of giving birth to live young.
  30. The first scientists to examine a preserved platypus body (in 1799) judged it a fake, made of several animals sewn together.</p>
  31. </div>
  32. </div>
  33. </body>
  34. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement