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

Stephen Laluma
PLUS
Stephen Laluma
Courses Plus Student 17,318 Points

Image not showing on preview workspace

I uploaded the exercise files on the workspace and place them all in the "img" folder. Then I wrote the code, "<img scr="img/number-01.jpg" alt="">". When I clicked on preview workspace, the number-01.jpg is not showing.

Is the problem on my browser? If so, how may I fix it? I really new with this kind of stuff. Thanks for the help.

PS: I'm using firefox

Yonatan Arbel
Yonatan Arbel
7,055 Points

can you please copy your code so we can revise it ?

Stephen Laluma
Stephen Laluma
Courses Plus Student 17,318 Points

I found the problem. Instead of typing "src", I worte "scr". Thanks for the help.