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

adding an image element

<section> <ul> <li> <img src="img/number-01.jpg"> </li> <li> <img src="img/number-02.jpg"> </li> <li> <img src="img/number-06.jpg"> </li>

can someone please tell me what is wrong with this. I continue to get a bummer message? thanks

Hi Maryanne,

Here is a link to explain how to use Markdown to post your code How to post code

If you look at the bottom of the box when your typing a reply you will see Markdown Cheatsheet that will also explain how to post your code.

2 Answers

Hi Maryanne,

could u please share your code with us ? thanks

THe only advice i could give you now without seeing your syntax would be make sure your html tags are correct and specify the right path to the file including folder names (if present) before your file name.