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 trialGoran Penov
1,635 PointsQuiz problem. Can't figure out where's the error.
What's wrong with my code?
<img src="img/facebook-wrap.png"> alt="Facebook logo">
<img src="img/twitter-wrap.png"> alt="Twitter logo">
2 Answers
Vittorio Somaschini
33,371 PointsHello Goran.
You do not need the two ">" in the middle, please remove them and it should do.
Goran Penov
1,635 PointsTnx, lack of concentration :)
Simon Truong
2,179 PointsI suffer from this myself :)
Simon Truong
2,179 PointsSimon Truong
2,179 PointsHello Goran,
You added a closing tag right after the src attribute but it should only close at the end of your img tag. Hope it helps.
Peace,
Quรดc-Nam Simon