Source Code: Seth White

<!DOCTYPE html>
<html>

<head>
    <meta charset="utf-8">
    <title>My Own Website</title>
    <meta name="author" content="Seth White">
    <link rel="stylesheet" href="styles.css">
</head>

<body>
    <div id="container">
        <header>
            <h1>Cricket Website</h1>
        </header>

        <div id="content">
            <nav id="mainnav">
                <a href="index.html" class="currentpage">Home</a>
                <a href="information.html">Info</a>
                <a href="gallery.html">Gallery</a>
                <a href="videos.html">Videos</a>
            </nav>

            <div id="main"> 
                <section id="content">
                    <h2>Introduction</h2>
                    <p>This Website will inform the reader about the game of Cricket and display rules, information, and content based on the diverse universe of cricket.</p>

                    <p>So let's dive right in!</p>

                    <img src="media.html/HomePageimg.png">

                    <p>Cricket is an extremely popular sport, especially in countries like, England, India, Pakistan, and New Zealand. The lively culture of a stadium game or just a watch on the couch at home attracts millions of passionate people.</p>
                    <p>Cricket is about accuracy in both the batting, bowling, and fielding perspective, and on both teams require immense teamwork.</p>

                    <img src="media.html/teamworkimg.png">
                </section>
            </div>
            
        </div>

        <footer>
            <p>Design and Layout by Seth White (C) 2025</p>   
        </footer>
    </div>
</body>