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

Under Web Design- Code Challenge

Issue with the code challenge, I did add alt text for my twitter link, but the system can't sense it.

2 Answers

problem solved.

If you could write how you solved it, it may help others in the future. Thanks

Marcus H
Marcus H
4,267 Points

I haven't been able to pass this task for over a month, could you paste the code you used to complete it here so I can see where I've gone wrong.

<a href="http://facebook.com"><img src="img/facebook-wrap.png" alt="facebook"></a>
<a href="http://twitter.com"><img src="img/twitter-wrap.png" alt="twitter"></a>