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 Build the Footer

Goran Penov
Goran Penov
1,635 Points

Quiz 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">

Hello 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

2 Answers

Vittorio Somaschini
Vittorio Somaschini
33,371 Points

Hello Goran.

You do not need the two ">" in the middle, please remove them and it should do.

Goran Penov
Goran Penov
1,635 Points

Tnx, lack of concentration :)

I suffer from this myself :)