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

CSS How to Make a Website Beginning HTML and CSS Write an HTML Element

Andrew Wall
Andrew Wall
294 Points

why is it not checking my work?

Why is it not checking my work? What am I doing wrong?

index.html

3 Answers

Brett Kim
Brett Kim
11,576 Points

Wait for the button to go back to "Recheck Work", then click it again. If this keeps not working, restart the code challenge. It might be helpful to copy your work using Command+C so you don't lose your current progress.

Joao Pedro Portela G. Vaz
Joao Pedro Portela G. Vaz
4,507 Points

Could you please provide more info about what do you have to do and show your code?

Andrew- With a little detective work I figured out you were working on the code challenge called Write an HTML Element. You should be able to click on the button to check your work. I did the challenge to see if there might be a bug but it passed fine. They are asking you to write an opening and closing h1 element. It should look like this:

<h1></h1>

Not sure if you can see the code. <h1></h1>

<h1></h1>