Source Code: Eli Turner

<!DOCTYPE html>
<htm>

<head>
    <meta charset="utf-8">
    <title>My Own Website</title>
    <meta name="Eli Turner" content="My Own Website">
    <link rel="stylesheet" href="style.css">
</head>

<body>
    
    <header>
        <h1>Volleyball</h1>

        <nav>
            <a href="Info.html">Info</a>
            <a href="Gallery.html">Gallery</a>
            <a href="Media.html">Media</a>
        </nav>

    </header>
    
    <section>
        <p>Volleyball is a great sport to play. Its a fun, easy to understand, and is a team sport. This teaches you to work as a team and meet new people and most of all its fun! So lets get into it!</p>

        <img src="Media/eli.jpg">

        <p>Volleyball is a very well known sport all around the world. The countries that its biggest in is Japan, Brazil and Germany. This is why I have chosen to make this website about volleyball.</p>
    
        <img src="Media/Spike.jpg">
    </section>

    <footer>
        <p>Design and layout by Eli Turner (c) 2025</p>
    </footer>






</body>
















</html>