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 trialolympia iliadou
812 PointsDoes the <article> tag go always within a section or we can use it independently?
Im just wondering if we can use the article tag only within section element or if we can use it independently as well
1 Answer
Rohald van Merode
Treehouse StaffHey olympia iliadou 👋
Great question! You can use <article>
for something that can stand on its own, like a blog post. You can use it within <section>
if you want, but it's definitely not a must. <section>
is more for grouping things together, and <article>
is for something you could read by itself.
Hope this answers your question 🙂