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 Grouping Content with <main> and <div>

SHUBHADEEP MUKHERJEE
SHUBHADEEP MUKHERJEE
470 Points

section vs article

section vs article...please help me to understand the difference

2 Answers

According to MDN, a section is a standalone section — which does not have a more specific semantic element to represent it. An article element on the other hand is intended to be independently distributable and has a semantic significance

Hi, check this StackOverflow answer. It explains it perfectly.