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 Add Image Gallery Content

Images do not appear in my web page.

I downloaded the images and they are in the image folder, but when I go to the preview of the web site the image does not appear.

6 Answers

Hey Rena,

Could you copy/paste your code ?

You should do something like that : html <img src="folder/filename_of_image">

It could be any extension :png or jpeg or gif

Here is the code:

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

I can see that our balise is not valid, there is a space between < and img.

It should be <img

Thanks tried that. Still the images appear just as a small box with a ?.

What do you mean by small box with a ?

Try <img href="img/numbers-02.jpg"> Also, try to save your jpg file as a png file.