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

Not sure what I'm doing wrong here. It's displaying the images just fine. Keeps saying I need to add an image tag??

Not sure what I'm doing wrong here. It's displaying the images just fine. Keeps saying I need to add an image tag??

Can you post your code? See this for formatting: https://teamtreehouse.com/forum/posting-code-to-the-forum

1 Answer

Thomas van Oosterhout
Thomas van Oosterhout
7,516 Points

Kinda hard to help u with limited information, but check the syntax of the <img> tag:

<img src="img/example.jpg"> 

The coding space of the challenge is a little bit forgiving similar to workspaces, however the challenge answer aren't. Just to teach u the correct code. Hope i helped some.