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

Be sure to set an a ref on your twitter account

This is my code below but it keeps coming back with be sure to set an a ref on your twiiter account. I have done i think. What am i doing wrong

<a href="http://twitter.com/Real_Places">
Lush Sleutsky
Lush Sleutsky
14,044 Points

you need to close the anchor tag with an

</a>

at the end of the line

4 Answers

Thanks for all your help. I had a nights sleep and looked at code again and I now see what I've done wrong. Task now completed :)

Sreng Hong
Sreng Hong
15,083 Points

Hi Kevin

First of all, I don't see your code. I think the bummer means that you don't include href property.

So here is the correction:

<a href="link to facebook account or anything"><img src="img/facebook-wrap.png" alt="facebook"></a>
<a href="link to twitter account or anything"><img src="img/twitter-wrap.png" alt="twitter"></a>
Tiffany McAllister
Tiffany McAllister
25,806 Points

Your code does not appear. You can use the markdown cheatsheet below for instructions on posting your code.

However, I think you may be just missing an "h" in your code:

<a href="http://www.twitter.com/username">Twitter Link</a>

Hi Tiffany,

So if i cut and paste my code from my workspace, Basically it doesn't all appear on the post?