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 trialchloevarner
Courses Plus Student 285 PointsI have gone over this step so many times and i cannot figure out what is wrong! My code seems right, what is the matter?
This code challenge is not helping, i couldnt figure it so much i paused the video and made sure my code looked exactly right... but i still have the same problems! Can you see the issue?
1 Answer
Juan Ferreras
28,028 PointsHey Chloe,
I'm afraid you didn't share your code, but here is how your code should look after the 2 steps.
<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-06.jpg" alt=""></li>
</ul>
</section>
Gloria Dwomoh
13,116 PointsGloria Dwomoh
13,116 PointsWhere is your code?