Hehe..

 <!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

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

  <title>Nepal</title>

  <style>

    body {

      font-family: Arial, sans-serif;

      margin: 0;

      padding: 0;

    }

    header {

      background-color: #f2f2f2;

      padding: 20px;

      text-align: center;

    }

    h1 {

      color: #333;

    }

    p {

      color: #666;

      line-height: 1.6;

      margin-bottom: 20px;

    }

    .image-container {

      text-align: center;

    }

    .image-container img {

      max-width: 100%;

      height: auto;

    }

  </style>

</head>

<body>

  <header>

    <h1>Welcome to Nepal!</h1>

    <p>Nepal, a land of diverse cultures, breathtaking landscapes, and ancient heritage, awaits your exploration.</p>

  </header>

  <div class="content">

    <h2>About Nepal</h2>

    <p>Nepal, nestled in the Himalayas, is known for its majestic mountains, including Mount Everest, the highest peak in the world. It is also home to lush forests, serene lakes, and rich biodiversity. The country's cultural tapestry is equally fascinating, with vibrant festivals, traditional music and dance, and exquisite handicrafts.</p>

    <div class="image-container">

      <img src="https://yourimageurl.com/nepal.jpg" alt="Nepal">

    </div>

    <h2>Exploring Nepal</h2>

    <p>From trekking in the Himalayas to exploring ancient temples and monasteries, Nepal offers a wide range of experiences for every traveler. Don't miss the bustling streets of Kathmandu, the tranquil beauty of Pokhara, or the wildlife encounters in Chitwan National Park.</p>

    <h2>Plan Your Trip</h2>

    <p>Ready to embark on your journey to Nepal? Make sure to pack for various climates, respect local customs and traditions, and immerse yourself in the warmth and hospitality of the Nepale

se people. Namaste!</p>

  </div>

</body>

</html>

Comments