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 trialNhi Luu
230 PointsBummer! 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>
3 Answers
Salman Akram
Courses Plus Student 40,065 PointsHaha, minor mistake does happened alot to all of us.
Nhi Luu
230 PointsThank you so much!
Salman Akram
Courses Plus Student 40,065 PointsHi Nhi,
Did you add alt text to add some words?
<img src="img/twitter-wrap.png" alt="Twitter Logo" >
Nhi Luu
230 PointsYes I did, I just edit my question :(
Salman Akram
Courses Plus Student 40,065 PointsYou will find spelling mistake there ;)
atl ?
Nhi Luu
230 PointsOMG, thank you. I re-write it in about 5 times but still see the error, now I got it. Thank you so much :)
Jamal Shiekh
6,440 PointsJamal Shiekh
6,440 Points<img src="img/twitter-wrap.png" alt="Twitter Logo" > <img src="img/facebook-wrap.png" alt="Facebook Logo" >