Code to make a website about beautiful places in Sri Lanka

Code to make a website about beautiful places in Sri Lanka



 <!DOCTYPE html>

<html>

<head>

  <meta charset="utf-8">

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

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

</head>

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


<h1><center><font color="darkblue">Beautiful Places to Visit in Sri Lanka</font></center></h1>


<p><i><center>Sri Lanka is a tropical paradise filled with mountains, beaches, wildlife, and historical sites that attract millions of tourists every year.</center></i></p><br>


<h3>Top Tourist Destinations:</h3>

<ol>

  <li>Sigiriya Rock Fortress</li>

  <li>Ella</li>

  <li>Galle Fort</li>

  <li>Nuwara Eliya</li>

  <li>Yala National Park</li>

</ol>


<h4>Why Tourists Love Sri Lanka:</h4>

<ul>

  <li>Warm climate all year</li>

  <li>Rich history and culture</li>

  <li>Beautiful beaches</li>

  <li>Friendly people and great food</li>

</ul>


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