Welcome To Jaipur

 avatar
unknown
plain_text
2 months ago
1.1 kB
1
Indexable
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Jaipur Tourism</title>
    <link rel="stylesheet" href="style.css">
</head>
<body>
    <header>
        <h1>Welcome to Jaipur Tourism</h1>
        <nav>
            <ul>
                <li><a href="index.html">Home</a></li>
                <li><a href="palaces.html">Palaces</a></li>
                <li><a href="forts.html">Forts</a></li>
                <li><a href="markets.html">Markets</a></li>
                <li><a href="food.html">Food</a></li>
                <li><a href="contact.html">Contact</a></li>
            </ul>
        </nav>
    </header>

    <section>
        <h2>Discover the Pink City</h2>
        <p>Jaipur, the capital city of Rajasthan, is famous for its rich history, majestic forts, royal palaces, vibrant markets, and traditional cuisine. Explore Jaipur's finest tourist destinations.</p>
        <img src="image1.jpg" alt="Jaipur City">
    </section>

    <footer>
        <p>© 2024 Jaipur Tourism. All rights reserved.</p>
    </footer>
</body>
</html>
Leave a Comment