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

Do images have to be uploaded in order to complete this exercise

Do i need to upload images in order to complete this exercise

2 Answers

Stone Preston
Stone Preston
42,016 Points

no. the challenge will tell you where the file is located and you just trust that its in the path where the challenge says it is. You dont have to upload anything. You just have to use the path where the challenge says the file is in your src attribute for your img tag

So if the challenge told you there is an image named "photo.jpg" located in a folder called "images" and it wants you to display that picture in an img tag you would use

<img src="images/photo.jpg" alt="">

Thanks alot