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 Structure the Image Gallery

Picture not showing up.

Hi,

My picture is not showing up. I think everything is correct below:????

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

*fixed forgot to save...

3 Answers

hi William

Your syntax looks fine. Do other images display in your HTML page, or none at all?

hi William

Your syntax looks fine. Do other images display in your HTML page, or none at all?

Gary Mead
Gary Mead
1,165 Points

William, Like Frank mentions your syntax is valid, but I wonder if your image file is sitting in your root directory and not in the /img/ folder. Maybe check that out also. Gary