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

which 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

Have you tried the <article> tag?

Justin Horner
Justin Horner
Treehouse Guest Teacher

Hello Mario,

Please provide the code you've written so it will be easier to troubleshoot the issue.

I was stuck on this challenge too and the article tag displays self-contained pieces of content. Hope this helps!

2 Answers

hi,

its the <article> ...

hope it helps

Sounds like <article> to me.