Code To Make A Website About Beautiful Beaches In Sri Lanka

 Code To Make A Website About Beautiful Beaches In Sri Lanka


<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

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

  <title>Beautiful Beaches in Sri Lanka</title>

</head>

<body>

<h1><center><font color="Teal">Beautiful Beaches in Sri Lanka</font></center></h1>

<p><h2><font color="DarkCyan">Sri Lanka is surrounded by the Indian Ocean and offers some of the most stunning beaches in the world. Tourists visit to relax, surf, and enjoy the tropical sunshine.</font></h2></p>


<h2><i><ul>

  <li>Mirissa Beach</li>

  <li>Unawatuna Beach</li>

  <li>Arugam Bay</li>

  <li>Negombo Beach</li>

  <li>Bentota Beach</li>

</ul></i></h2>


<table border="4" align="center" width="600px">

  <tr><th>Beach</th><th>Famous For</th></tr>

  <tr><td>Mirissa</td><td>Whale watching</td></tr>

  <tr><td>Unawatuna</td><td>Snorkeling and coral reefs</td></tr>

  <tr><td>Arugam Bay</td><td>Surfing</td></tr>

  <tr><td>Bentota</td><td>Resorts and water sports</td></tr>

</table>


<a href="https://en.wikipedia.org/wiki/List_of_beaches_in_Sri_Lanka">

  <center><i>More About Beaches</i></center>

</a>

<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