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

Kenneth Ho
Kenneth Ho
253 Points

Footer - UL

Why didn't we need to create an unordered list for the Facebook & Twitter images in the Footer

1 Answer

Normally when you add fb and twitter icons there just image icons that link to the site you don't really need to put this in a list because it's not contact info like your number, email or address. The reason why is because they are icons and it's best to lay these out side by side next to each other and it's more semantic as well as easier to style them in divs rather than an ul list hope this answers you question