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

where do I find the images to add to the list items?

I am trying to figure out how to complete the task of adding images to list items. Where are the pictures? I have to admit I haven't been on the site for awhile due to school. Please help ;-)

2 Answers

For this challenge, you assume that the images are in the local directory. This means that you only have to define the filename and extension as the src values. I.E. <img src="numbers-01.jpg">

Thanks I figured it out. I appreciate your help!

Hello I am here to help, in this challenge there are two steps The first step tell u to go inside of the section and create an unordered list with three blank list items. This is how u do it

 <ul>
        <li></li>
        <li></li>
        <li></li>
 </ul>

The second step tell u to add some images inside those three list items...this is how u do it

<ul>
        <li><img src="numbers-01.jpg" alt=""></li>
        <li><img src="numbers-02.jpg" alt=""></li>
        <li><img src="numbers-06.jpg" alt=""></li>
</ul>

Please mark my answer as the best if i managed to help u

Yeah I finally figured it out ;-) Thanks for your help!

alright mate..i would really be happy if u mark my answer as the best :) thanks in advance