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 trialAnne Myers
1,459 PointsInconsistent 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?
1 Answer
Heidi Fryz
12,299 PointsHi 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.
Claire Fontaine
1,955 PointsClaire Fontaine
1,955 PointsHTML 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.