Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML How to Make a Website HTML First Use HTML Elements

Whenever I click next task it does not take me there

I complete my code challenge, when I click check work it says great job you're doing well then I click on Next step but it does not take me to the next step. It just gives the option of check work again.

index.html
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utl-8"
    <title>Ava Kafi</title>
  </head>
  <body>
    <header>
      <h1>Ava Kafi</h1>
      <h2>Acctress</h2>
    </header>
    <section> 
      <p>Gallery will appear here</p>
    </section>
    <footer> 
    <&copy;2017 Ava Kafi>
    </footer>


  </body>

</html>

1 Answer

Hi Everlyne,

That sounds frustrating. Try refreshing the browser to reload the web page, then click next step.

The important thing is the web page registers you completed the step successfully.

If that doesn't work, just go back to the course overview and click on the next step.

Maybe it is a temporary glitch.