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 trialVyas Pentakota
6,290 PointsOops! It looks like Task 1 is no longer passing.
But my task 1 is completed and passed. But still.....
3 Answers
Florian Goussin
8,925 PointsYou mustn't change the previous code which has been validated. You should only add new code most of the time.
Vyas Pentakota
6,290 PointsMy Code:
<section> <ul> <li><img src="img/numbers-01.jpg" alt=""/></li> <li><img src="img/numbers-02.jpg" alt=""/></li> <li><img src="img/numbers-03.jpg" alt=""/></li> </ul> </section>
Bummer! Make sure you include an image tag that displays "img/numbers-06.jpg".
Vyas Pentakota
6,290 PointsOpps! I messed with the image file name. Thank you all.
John McIntosh II
3,747 PointsJohn McIntosh II
3,747 PointsVyas, please show the code you used for task 1.