Source Code: Tora Kataoka

<!DOCTYPE html>

<html>
    <head>
        <meta charset="utf-8">
        <title>Apex Legends</title>
        <link rel="stylesheet" href="styles.css">
    </head>

    <body>
        <header>
            <h1>Apex Legends</h1>
        </header>

        <nav>
            <a href="index.html">Home</a>
            <a href="information.html">Information</a>
            <a href="gallery.html">Gallery</a>
        </nav>

        <section>
            
            <h2>About Apex Legends</h2>

            <img src="images/drop off.png">

            <p>Apex Legend is a battle royale hero shooting game where 60 people
                 with 3 people in each squad has 3 people. The game starts in a 
                 drop ship like fortnite and you wll have a person called jump
                  master. The just master has to jump or hey can pass on the 
                  jump master to someone else in your squad.</p>

            <img src="images/fighting.png">

        </section>

        <footer>
            &copy; 2025 Tora Kataoka
        </footer>

    </body>
</html>