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

Work Around

I'm caught on task 2 of 2, Stage 3, Creating HTML Content. My wrap around <a></a> for Twitter/Facebook worked in Workspaces. I can not figure a work around for not having a Twitter or Facebook account inside tasks. Any suggestions? Thanks

2 Answers

Stone Preston
Stone Preston
42,016 Points

just add a link to anywhere:

<a href="www.google.com">
      <img src="img/facebook-wrap.png" alt="asf">
 </a>

 <a href="www.google.com">
      <img src="img/twitter-wrap.png" alt="asf">
</a>

Wow thanks Stone. Have a Nice day!