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

Keeps 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

You dont have the = typed after alt

alt="Facebook Logo" alt="Twitter Logo"

OMG THANK YOU! lol. wow I'm an idiot. such a simple mistake.... thank you!

<img src="img/twitter.jpg" alt="twitter logo">

how do i link my code?

You type ``` before and after your code. (button left to 1 on your keyboard)

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