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 HTML Basics Structuring Your Content Structuring Content Challenge

Inconsistent directions?

Challenge Task 3 of 4 Place the content between the header and footer (h2, p and ul) inside an element that represents standalone sections of content.

Bummer: Make sure you're including the element that groups together related sections of content.

I tried both article and aside (standalone, self-contained) and the error message says I should be using and element that groups related items? Which is it?

Claire Fontaine
Claire Fontaine
1,955 Points

HTML Basics: Challenge Task 3 of 4

Place the content between the header and footer (h2, p and ul) inside an element that represents standalone sections of content.

1 Answer

Hi Anne.

They give you a clue in the "Bummer" comment when they mention "sections". I do think this is a little ambiguous. My first thought was to use <main>, since I had used <header> and <footer> already.

Try using the <section> tag.