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 Images and Lists

help

what do you do for the img

PLEASE try to add a descriptive title to your issue and also elaborate on it, show us some code. I don't even know what your asking what image?

2 Answers

Calvin Nix
Calvin Nix
43,828 Points

I am going to take a shot in the dark here and guess that you are not adding an the path to the image that you are trying to use.

e.g. img src="img/something.jpg"

Put <img src="img/cupcake.jpg"> in between the <body></body> tags. But first I would suggest reviewing the video! ;)