How To Make A Website About Amazing Facts About The Ocean


 How To Make A Website About Amazing Facts About The Ocean



<!DOCTYPE html>

<html>

<head>

  <meta charset="utf-8">

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

  <title>Amazing Facts About the Ocean</title>

</head>

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


<h1><center><font color="navy">Amazing Facts About the Ocean</font></center></h1>


<p><i><center>The ocean covers more than 70% of our planet and is home to incredible life and mysteries yet to be discovered.</center></i></p><br>


<h3>The Ocean Is Important Because:</h3>

<ol>

  <li>It produces over half of the world’s oxygen.</li>

  <li>Regulates global climate.</li>

  <li>Provides food for billions of people.</li>

  <li>Supports marine biodiversity.</li>

</ol>


<h4>Interesting Ocean Facts:</h4>

<ul>

  <li>Deepest point – Mariana Trench (11,034m)</li>

  <li>Average depth – 3,688m</li>

  <li>Contains 97% of Earth’s water</li>

  <li>Home to over 230,000 known species</li>

</ul>


<p style="text-align:right;"><a href="https://en.wikipedia.org/wiki/Ocean">More About the Ocean</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