hmtl code
<body>
    <header>
        <h1>Photo Gallery</h1>
        <nav>
            <h2>Navigation</h2>
            <ul>
                <li><a href="#">Nature</a></li>
                <li><a href="#">Natural</a></li>
                <li><a href="#">Dark</a></li>
                <li><a href="#">Light</a></li>
            </ul>
          <button>share</button>
        </nav>
    </header>
    <main>
        <section>
            <h2>Colors</h2>
            <p>The color represented in this gallery were chosen because they I feel will work best as vibrant natural colors. These colors<br>are seen by most everyday outside.
                <h2>Blue</h2>
                <p>represents the sky</p>
                <h2>Green</h2>
                <p>Represnts Nature</p>
                <h2>Yellow</h2>
                <p>Represents Sun/Light/Life</p>
                <h2>Brown</h2>
                <p>Represents Earth</p>
                <h2>Gallery</h2>
                <p><img src="https://www.public.asu.edu/~boldham1/images/oldham_moodBoard.png" alt="moodboard"></p>
        </section>
    </main>
    <footer>
        <small>Brittany Oldham. Images are free images for the web.</small>
    </footer>
</body>
</html>
Html code
Published:

Html code

Published: