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

Chris Cosentino
Chris Cosentino
330 Points

even though i added the tag, it keeps saying "Make sure you include an image tag that displays "img/numbers-01.jpg"

i cant figure out whats wrong

Adam Moore
Adam Moore
21,956 Points

You might have to post your code on here to show exactly what you have written. However, generally, an image tag would look something like this:

<img src="img/numbers-01.jpg" alt="some text" />

1 Answer

Ken Alger
STAFF
Ken Alger
Treehouse Teacher

Chris;

This particular challenge seems to give quite a few folks a particular challenge.

Follow the directions step by step and read each item carefully.

The directions for Step #2 are:

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!

The key to passing this challenge is that the images are inside the img folder.

Post the code you have been using if you still cannot pass the challenge.

Happy coding,

Ken