Source Code: Dante Munn

<!DOCTYPE html>

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

    <body>

        <nav>
            <a href="index.html">Home</a>
            <a href="games.html">Games</a>
            <a href="robux.html">Robux</a>
        </nav>

        <header>
            <h1>Roblox</h1>
        </header>

        <p>Roblox is a online platform where players can create or play a massive variety of created games also known as "experiences".</p>

        <p>Roblox is playable on all sorts of platforms such as computers, mobile devices, consoles, and even some VR headsets. This platform also offers cross-platform support, meaning that you can play with your friends even though they don't have the same device as you!</p>
    </body>
</html>