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 Add Social Media Links

Nhi Luu
Nhi Luu
230 Points

Bummer! Be sure you add alt text to your Twitter link

I'm sure that I've added atl attribute already but still see the error what says:"Bummer! Besure you add alt text to your Twitter link"

Here what I've wrote:

<Footer>
<img src="img/twitter wrap.png" atl="Twitter logo">
<img src="img/facebook.wrap.png" atl="Facebook logo">
</Footer>

<img src="img/twitter-wrap.png" alt="Twitter Logo" > <img src="img/facebook-wrap.png" alt="Facebook Logo" >

3 Answers

Haha, minor mistake does happened alot to all of us.

Nhi Luu
Nhi Luu
230 Points

Thank you so much!

Hi Nhi,

Did you add alt text to add some words?

<img src="img/twitter-wrap.png" alt="Twitter Logo" >
Nhi Luu
Nhi Luu
230 Points

Yes I did, I just edit my question :(

You will find spelling mistake there ;)

atl ?

Nhi Luu
Nhi Luu
230 Points

OMG, thank you. I re-write it in about 5 times but still see the error, now I got it. Thank you so much :)