Code to Make A Website About Historical Places In Sri Lanka

Code to Make A Website About Historical Places 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>Historical Places in Sri Lanka</title>

</head>

<body>

<h1><center><font color="Maroon">Famous Historical Places in Sri Lanka</font></center></h1>

<p><h2><font color="Brown">Sri Lanka has a long and rich history. From ancient kingdoms to UNESCO World Heritage Sites, these landmarks tell stories of art, architecture, and culture.</font></h2></p>


<h2><i><ul>

  <li>Sigiriya Rock Fortress</li>

  <li>Anuradhapura</li>

  <li>Polonnaruwa</li>

  <li>Kandy Temple of the Tooth</li>

  <li>Galle Fort</li>

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


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

  <tr><th>Place</th><th>Importance</th></tr>

  <tr><td>Sigiriya</td><td>Ancient rock fortress and frescoes</td></tr>

  <tr><td>Anuradhapura</td><td>First capital and sacred city</td></tr>

  <tr><td>Polonnaruwa</td><td>Medieval ruins and temples</td></tr>

  <tr><td>Galle Fort</td><td>Dutch colonial architecture</td></tr>

</table>


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

  <center><i>More About Historical Places</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