Source Code: Logan Kavanaugh

<!DOCTYPE html>

<html lang="en">
    <head>
        <meta charset="UTF-8">
        <title>Minecraft mobs website</title>
        <link rel="stylesheet" href="style.css">
    </head>
    <body>
        <h1>Home page</h1>

        <nav>
            <a id="home" href="index.html">Home</a>
        </nav>
        <nav>  
         <a id="overworld" href="overworld.html">Overworld mobs</a>
        </nav>
        <nav>
         <a id="nether" href="nether.html">Nether mobs</a>
        </nav>
        <nav>
            <a id="boss" href="boss.html">Boss's</a>
        </nav>
        <section>
            <h2>This pages will tell you about all the mobs in minecraft from the easy ones to the bosses.</h2>
            <h2> I hope this helps.</h2>
            <a href="https://minecraft-archive.fandom.com/wiki/Category:Overworld_Mobs">All of my work i found on this link</a>
        </section>
    </body>
</html>