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 Build a Simple Website Text Editors and HTML Creating Structure

I downloaded the files and I am unable to see the images when I open up in browser. Could there be a reason for this?

Unable to see the images on website in browser. Why is that? I downloaded the files.

1 Answer

Double-check that the location of the images in relation to the HTML document lines up with the file path in your code. For example, if your top-level folder contains the HTML document and a folder called "img" with images in it, make sure the image element looks something like <img src="img/photo.jpg">

Thomas van Oosterhout
Thomas van Oosterhout
7,516 Points

Also check the syntax for forgotten " and that you closed the element tag > this will also break/not show the images.