Advertisement
Guest User

Untitled

a guest
Aug 19th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Brown Bears</title>
  5. </head>
  6. <body>
  7. <div class="title">
  8. <nav>
  9. <button class="button1" href="index.html">Brown Bear</button>
  10. <button class="button2" href="aboutme.html">About Me</button>
  11. </nav>
  12. <h1>The Brown Bear</h1>
  13. <nav>
  14. <ul>
  15. <li><a href="#introduction">Introduction</a></li>
  16. <li><a href="#habitat">Habitat</a></li>
  17. <li><a href="#media">Media</a></li>
  18. </ul>
  19. </nav>
  20. </div>
  21. <div class="introduction">
  22. <h2>About Brown Bears</h2>
  23. <p>The brown bear (<em>Ursus arctos</em>) is native to parts of northern Eurasia and North America. Its conservation status is currently <strong>Least Concern</strong>.<br /><br /> There are many subspecies within the brown bear species, including the Atlas bear and the Himalayan brown bear.</p>
  24. <a href="https://en.wikipedia.org/wiki/Brown_bear" target="_blank">Learn More</a>
  25. <h3>Species</h3>
  26. <ol>
  27. <li>Arctos</li>
  28. <li>Collarus</li>
  29. <li>Horribilis</li>
  30. <li>Nelsoni (extinct)</li>
  31. </ol>
  32. <h3>Features</h3>
  33. <p>Brown bears are not always completely brown. Some can be reddish or yellowish. They have very large, curved claws and huge paws. Male brown bears are often 30% larger than female brown bears. They can range from 5 feet to 9 feet from head to toe.</p>
  34. </div>
  35. <div class="habitat">
  36. <h2>Habitat</h2>
  37. <h3>Countries with Large Brown Bear Populations</h3>
  38. <ol>
  39. <li>Russia</li>
  40. <li>United States</li>
  41. <li>Canada</li>
  42. </ol>
  43. <h3>Countries with Small Brown Bear Populations</h3>
  44. <p>Some countries with smaller brown bear populations include Armenia, Belarus, Bulgaria, China, Finland, France, Greece, India, Japan, Nepal, Poland, Romania, Slovenia, Turkmenistan, and Uzbekistan.</p>
  45. </div>
  46. <div class="media">
  47. <h2>Media</h2>
  48. <img src="https://s3.amazonaws.com/codecademy-content/courses/web-101/web101-image_brownbear.jpg" />
  49. <p>The image above shows a bear in its natural place.</p>
  50. <video src="https://s3.amazonaws.com/codecademy-content/courses/freelance-1/unit-1/lesson-2/htmlcss1-vid_brown-bear.mp4" height="240" width="320" controls>Video not supported</video>
  51. </div>
  52. </body>
  53. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement