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

So, I am having a slight issue with listing three images with there display tags. what am i suppose to do?

ive used; <ul><li><img src="img/numbers-01.jpeg" alt=""> and including proper spacing and closing script. also did the same thin for other two images. what is wrong?

8 Answers

Tiffany McAllister
Tiffany McAllister
25,806 Points

Can you please include your code so we have a better idea of what is happening? Thanks!

I did. i dont know why it isnt showing.

<ul> <li> <img src="img/numbers-01.jpeg" alt=""> </li> </ul>

i also tried this with the folder path where it is on my computer. also repeated this with other 2 img files.

<ul> <li> <img src="img/numbers-01.jpeg" alt=""> </li> </ul>

it is not letting me type code in here?

Tiffany McAllister
Tiffany McAllister
25,806 Points

Click on the link below that says Markdown Cheatsheet. It will show you how to include code in your posts.

I did. i dont know why it isnt showing.

'''<ul> <li> <img src="img/numbers-01.jpeg" alt=""> </li> </ul> ''' i also tried this with the folder path where it is on my computer. also repeated this with other 2 img files.

I did. i dont know why it isnt showing.

'''<ul> <li> <img src="img/numbers-01.jpeg" alt=""> </li> </ul>'''

i also tried this with the folder path where it is on my computer. also repeated this with other 2 img files.

im tryinghere`

thanks, still havn't figured out typing code in these comment boxes. but stumbled across my answer on another post.