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 Introduction to HTML and CSS (2016) Make It Beautiful With CSS Test: Styling by Element and Class

Neill Kleven
Neill Kleven
291 Points

Getting Stuck

Sometimes when I am in the "quiz mode" I get the answer wrong and I try to get it right but I don't know the answer so I am stuck. Which is fine, but it doesn't let me go backwards to review the lesson so I can figure out what I did wrong. So I am totally stuck; I can't move forward or backward. Therefore, at this point I'm not learning anything. Is there anyway I can review the material when I'm stuck so I can eventually move forward.? I like your site, but I definitely need to resolve this issue to continue with my membership. Thank you for your time. Neill.

index.html
<!doctype html>
<html>
  <head>
    <link href="styles.css" rel="stylesheet">
  </head>
  <body>

    <p>My amazing website</p>

  </body>
</html>
styles.css
p {main-pg}

1 Answer

Steven Parker
Steven Parker
229,644 Points

Across the top of the lesson, there's a colored bar with dots in it. Each dot represents a lesson in the current stage, and the one you're in at the moment is marked with a ring around it. Just click on one of the ones to the left to jump back to that previous lesson.

If you want to go back to a lesson in a previous stage, click on the course name that follows the left arrow in the upper left of the page. That will take you to the course index, where you can then jump to any lesson of any stage in the course.