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

adding alt tags to twitter pic

Im putting it in correctly and the test will not let me proceed.

<img src="img/twitter-wrap.png" alt"twitter logo"> what seems to be the issue?

5 Answers

Brant Wellman
Brant Wellman
9,748 Points

James, it looks like your alt attributes need to have an = following them before the " ".

i'm no expert but try putting a forward slash before your closing tag like this? '/>'

hi, could you possibly attach a screenshot of the code you've put in?

http://i59.tinypic.com/1z4hloz.png

it keeps telling me to add alt text...

Brant Wellman you're the man. I forgot the stupid = sign lol. I feel really dumb right now...I should know better. Thank you!!