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 trialTeresa Camarillo-Mandell
4,657 PointsWhat 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
Courses Plus Student 8,216 PointsIt sounds like you are referring to the HTML tag for an image. Is that correct?
If so, it would be:
<img>
Cheers
Tom
Teresa Camarillo-Mandell
4,657 PointsThat MUST be it. But it may be that the error message isn't so much about my code but about some missing files.
Teresa Camarillo-Mandell
4,657 PointsThank you!
Thomas Ireland
Courses Plus Student 8,216 PointsNo worries, Teresa. Did you figure out the error or do you still need help?
Teresa Camarillo-Mandell
4,657 PointsThomas, 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!