<header>
    <div class="title">Potential Pets</div>
    <nav>
        <ul>
            <li><a href="#dogs">Dogs</a></li>
            <li><a href="#birds">Birds</a></li>
            <li><a href="#alligators">Alligators</a></li>
        </ul>
    </nav>
</header>

<main>

    <article id="dogs">
        <div class="animal">
            <img src="http://bit.ly/husky-17">
        </div>
        <div class="description">
            <h2>Dogs</h2>
            <p>Dogs are great pets. They love to play and protect the house.</p>
        </div>
    </article>

    <!-- add as many articles as you like -->
    <div class="quiz-area">
        <button onclick="takeQuiz()">Take the Quiz!</button>
    </div>
</main>

<footer>
    <h4>This site was created by Joe Bacal</h4>
</footer>

results matching ""

    No results matching ""