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

Why won't it let me pass I answered the question but it keeps saying don't forget the image/ part, I already did that

Please help with code challenge the help section keeps saying to put something else in there but I already have it in there.

2 Answers

Mark Josephsen
Mark Josephsen
8,803 Points

It should look like this to pass:

    <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>

Thanks man that solved it!

Mark Josephsen
Mark Josephsen
8,803 Points

Great! Glad I could help. If you don't mind, could you click "Best Answer" for me? It's worth a few points...

Thanks!

Casey Antoine
PLUS
Casey Antoine
Courses Plus Student 5,174 Points

Post a link to the video you're currently on or even better a snippet of the code that you are having issues with.

<ul> <li>img/numbers-01</li>
<li>img/numbers-02</li> <li>img/numbers-06</li> </ul>

It still says bummer when I put this in.