Source Code: Dilshaan Singh

<!DOCTYPE html>
<html>

    <head>
        <meta charset="utf=8">
        <title>NZ cricket</title>
        <meta name="author" content="Dishaan Singh">
        <link rel="stylesheet" href="Style.css">
    </head>

    <body>
            <header>
                <h1>NZ cricket</h1>
            </header>

            <nav>
                <a href="Index.html" class="currentpage">Home</a>
                <a href="About.html" class="currentpage2">About</a>
                <a href="Gallery.html" class="currentpage3">Gallery</a>
            </nav>

        </body>

        <section id="one">
            <h2>They Are Ready</h2>
        </section>

        <section id="Text">
            <p>Be ready for some action packed cricket by the national team of cricket</p>
        </section>

        <footer>
            Made by Dilshaan Singh (C) 2025
        </footer>
    
    </body>
</html>


























</html>