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 trialCody Eason
180 Pointsbad code where
cant seem to find the bad code in the lesson about images and folders
1 Answer
Daniel Lee
7,809 PointsInside the <section> element, create an unordered list with three blank list items. This will become an image gallery, but donβt fill in the list items just yet.
Task 1: the general structure is <ul> <li></li> </ul> where the lists are nested inside of unordered list
Inside the three new list items, add the following images from inside the img folder: "numbers-01.jpg", "numbers-02.jpg", and "numbers-06.jpg". Leave the alt attributes blank, and donβt add any captions or links. Just the images!
Task 2: You are asked to add 3 images using <img src>. Hope this helps. I think it will be beneficial for you to go back to code to debug.
Logan R
22,989 PointsLogan R
22,989 PointsCan you please post your code? Thanks!