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

How do I add the images that I downloaded

I got them to load on my workspace but not in the gray coding window. THX!

5 Answers

I'm in Challenge task 2 of 2 <section> <ul> <li> <img scr=img/numbers-01.jpg" alt="" </li> <li> <img scr=img/numbers-02.jpg" alt="" </li> <li> <img scr=img/numbers-06.jpg" alt="" </li> </ul> </section>

Below is the responce I keep getting (I don't know what's wrong with my code above. Bummer! Make sure you include an image tag that displays "img/numbers-01.jpg".

Nick Marsh
Nick Marsh
14,763 Points

Are you trying to add the images to your code? If so, you would need to use an <img src> tag.

I'm in Challenge task 2 of 2 <section> <ul> <li> <img scr=img/numbers-01.jpg" alt="" </li> <li> <img scr=img/numbers-02.jpg" alt="" </li> <li> <img scr=img/numbers-06.jpg" alt="" </li> </ul> </section>

Below is the responce I keep getting (I don't know what's wrong with my code above. Bummer! Make sure you include an image tag that displays "img/numbers-01.jpg".

Nick Marsh
Nick Marsh
14,763 Points

Are you including the <img src> tags? It should look something like this when you include the images within your list items:

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

I am not seeing the code you are posting. Could you also tell me how I can add my code to show you?

Nick Marsh
Nick Marsh
14,763 Points

I believe this will work.

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

Thank you! It finally worked. Could you tell me again how I post my code? Is there a key command for the back tic?