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

Can't get past adding social links quiz

Hello,

For the section of learning where they ask: Inside the <footer> element, add the images facebook-wrap.png and twitter-wrap.png from inside the img folder. Be sure to include an appropriate alternate attribute for each. Don’t link them yet. I type out the code exactly as you are supposed to, but then it tells me the code is wrong and says "Bummer! Did you add the image for Twitter? (img/twitter-wrap.png) But there's no sidebar to drag the images into so I'm not sure how I'd even add the image. Please help. Thank you.

1 Answer

Seth Kroger
Seth Kroger
56,413 Points

The code challenge should provide the images for you, there's no need to upload them. You just need to write the img tags that will show them:

<img src="img/twitter-wrap.png" alt="Twitter Icon">
<img src="img/facebook-wrap.png" alt="Facebok Icon">