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
Mario Lagares
2,149 Pointswhich tag represents self contained pieces of content?
I'm taking the challenge on the next step but I've tried the <div> <main> and <section> tags and it still isn't working and is telling me I need to put them within different tags
Justin Horner
Treehouse Guest TeacherHello Mario,
Please provide the code you've written so it will be easier to troubleshoot the issue.
Alita Edmonds
6,068 PointsI was stuck on this challenge too and the article tag displays self-contained pieces of content. Hope this helps!
2 Answers
Cobe Learns
25,333 Pointshi,
its the <article> ...
hope it helps
Vincent Cordova
1,195 PointsSounds like <article> to me.
Helen Collins
2,854 PointsHelen Collins
2,854 PointsHave you tried the <article> tag?