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 Build the Footer

I don't have a Twitter or Facebook.

What should I do in the code challenge if I don't have a Twitter or Facebook?

Umesh Ravji
Umesh Ravji
42,386 Points

It's at the start of the video, watch the first 30 secounds again, he explains there what to do :)

2 Answers

Ryan S
Ryan S
27,276 Points

The challenge explicitly states what you should do if you don't have a facebook or twitter account:

Inside the <footer> element, wrap the Facebook and Twitter images with links to your own accounts. If you don't have a Facebook or Twitter account, any other link will work.

Michael Lambert
Michael Lambert
6,286 Points

Just do what I do and place a # symbol between the quotes like so "#". It's perfectly legit to do that as a placeholder when you're not sure what the links will be.