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 trialTaylor Foster
1,575 PointsKeeps saying "add alt code to twitter logo, I know I have the right code.
to pass this challenge i need to make twitter and Facebook imgs without a link just yet. It keeps saying I need a twitter alt but I am coding it correct.
<img src="img/twitter-wrap.png" alt"Twitter Logo"> <img src="img/facebook-wrap.png" alt"Facebook Logo">
3 Answers
Milan Milosevic
6,647 PointsYou dont have the = typed after alt
alt="Facebook Logo" alt="Twitter Logo"
Milan Milosevic
6,647 Points<img src="img/twitter.jpg" alt="twitter logo">
Taylor Foster
1,575 Pointshow do i link my code?
Milan Milosevic
6,647 PointsYou type ``` before and after your code. (button left to 1 on your keyboard)
Taylor Foster
1,575 Pointsthis is my code and it keeps says "add alt text to twitter logo"
<img src="img/facebook-wrap.png" alt"Facebook Logo">
<img src="img/twitter-wrap.png" alt"Twitter Logo">
Taylor Foster
1,575 PointsTaylor Foster
1,575 PointsOMG THANK YOU! lol. wow I'm an idiot. such a simple mistake.... thank you!