Code to make a website about endangered animals in Sri Lanka

 Code to make a website about endangered animals in Sri Lanka




<!DOCTYPE html>

<html>

<head>

  <meta charset="utf-8">

  <meta name="viewport" content="width=device-width, initial-scale=1">

  <title>Endangered Animals</title>

</head>

<body style="background-color:#e8f5e9; font-family:Arial, sans-serif;">


<h1><center><font color="darkgreen">Endangered Animals</font></center></h1>


<p><i><center>Many beautiful creatures are at risk of extinction due to habitat loss, poaching, and climate change.</center></i></p><br>


<h3>Examples of Endangered Animals:</h3>

<ol>

  <li>Asian Elephant</li>

  <li>Giant Panda</li>

  <li>Snow Leopard</li>

  <li>Blue Whale</li>

  <li>Orangutan</li>

</ol>


<h4>Reasons for Endangerment:</h4>

<ul>

  <li>Deforestation</li>

  <li>Illegal hunting</li>

  <li>Pollution</li>

  <li>Climate change</li>

</ul>


<p style="text-align:right;"><a href="https://en.wikipedia.org/wiki/Endangered_species">More About Endangered Animals</a></p>

<footer style="background:#0d47a1; color:white; text-align:center; padding:25px; font-size:22px;">

  © 2025 <a href="https://freecodesforwebsites.blogspot.com/" target="_blank" style="color:#bbdefb; text-decoration:none;">Free Codes for Websites</a> | All rights reserved.

</footer>


</body>

</html>


Comments