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 Sectioning Content with <article>, <nav> and <aside>

Proper use of a <section>?

After seeing <article>&<aside> tags, I'm now questioning the proper use of a <section> tag? how would we know how to differentiate?

Is there a section where it's just a summary of vocab to review? That would be cool and give me something to refer back to.

1 Answer

Use the Mozilla Developer Network as a reference / guide. Here is a link explaining the proper usage of the section element:

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/section