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

in the html content of web design ,why the exercise is always wrong? the exercise is image gallery

<section> <nav> <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> </nav> </section>

If you provide more information on what your problem is we might be able to help you better. If you can provide the code that is not working we could search for bugs.

Remember, finding bugs in your code is an important part of learning how to code!

I think he mean that the " Project File " its wrong with the video. I had the same yesterday.

1 Answer

I had the same issue. Typically when it shows red and says wrong, it will give you a hit at what's wrong. In the gallery, it is only looking for the code to which the videos have touched on. It looks for matching syntax to match the examples given in the videos.