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 Creating HTML Content Organize with Unordered Lists

Yash Siddhartha
PLUS
Yash Siddhartha
Courses Plus Student 351 Points

Task 1 passes, but then task 2 doesn't pass because it says task 1 doesn't pass anymore.

I completed task 1 and then completed task 2 (and I think correctly) but then it claims task 1 is no longer correct. When I go back to task 1, it passes immediately with no changes from my completed task 2 code.

Did you do any changes to the code you wrote in task 1 while writing task 2?

2 Answers

Hi Yash,

I have noticed in the testing system here at Treehouse that if you make a change or edit a previous answer to answer a current question, it may render the previous question incorrect. So part of the challenge answering process is answer to each question uniquely unless the question/challenge specifically tells you to edit the previous code.

Hope that's helpful

Tom Mertz
Tom Mertz
15,254 Points

Did you remember to close your image tags? Remember they are self closing so you'd only have to type this

<img src="img/numbers-01.jpg">

in between your li (with the right picture numbers of course ;)