Advertisement
desislava_topuzakova

Untitled

Jun 2nd, 2022
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5. <meta charset="UTF-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. <title>The Brown Bear</title>
  9. </head>
  10.  
  11. <body>
  12. <h1>The Brown Bear</h1>
  13. <p>The brown bear (Ursus arctos) is native to parts of northern Eurasia and North America. Its conservation status is currently "Least Concern." There are many subspecies within the brown bear species, including the Atlas bear and the Himalayan brown
  14. bear.
  15. </p>
  16. <a href="https://en.wikipedia.org/wiki/Brown_bear">Learn More</a>
  17. <p>Here are some bear species:</p>
  18. <ul>
  19. <li>Arctos</li>
  20. <li>Collarus</li>
  21. <li>Horribilis</li>
  22. <li>Nelsoni (extinct)</li>
  23. </ul>
  24. <p>The following countries have the largest populations of brown bears:</p>
  25. <ol>
  26. <li>Russia</li>
  27. <li>United States</li>
  28. <li>Canada</li>
  29. </ol>
  30. <img src="/01. Welcome to HTML_Ресурси/03_WikiPage/bear.jpg" alt="">
  31. </body>
  32.  
  33. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement