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 Marking Up a Blog Post

This part was really confusing and disappointing for me.

not sure when to use a <article>

1 Answer

Steven Parker
Steven Parker
230,970 Points

Someone just asked about the same thing just a few minutes ago! Here's what I said:

This is one of several semantic containers introduced in HTML5 that are intended to help organize parts of a web page based on what they are used for, and thus to simplify creating uniform styling for the site.

As defined on the MDN documentation page:

The HTML <article> element represents a self-contained composition in a document, page, application, or site, which is intended to be independently distributable or reusable (e.g., in syndication). Examples include: a forum post, a magazine or newspaper article, or a blog entry.