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 Organize with Unordered Lists

What exactly is an "image tag"?

Sorry but I fear that I am missing some special nuance or just plainly missing some vocabulary.

5 Answers

Thomas Ireland
PLUS
Thomas Ireland
Courses Plus Student 8,216 Points

It sounds like you are referring to the HTML tag for an image. Is that correct?

If so, it would be:

<img>

Cheers

Tom

That MUST be it. But it may be that the error message isn't so much about my code but about some missing files.

Thank you!

Thomas Ireland
PLUS
Thomas Ireland
Courses Plus Student 8,216 Points

No worries, Teresa. Did you figure out the error or do you still need help?

Thomas, it was the nut behind the keyboard. I was making it too hard. Yes, it was simply <img> I just didn't have the underlying files in the workspace so I was getting an error no matter what I was doing. Thanks again, Thomas!