<div> <article> <section>

The “Accessibility” lesson states, "For example, if a book is the article , then each chapter is a section .

Would it make sense to wrap several articles in a ‘section’, or should it really only go the other way around? (i.e. articles have sections) For example, my Pilates Studio home page has a COVID-19 Updates section with a couple articles. Does that work?

Hey Tori,

yes, this makes sense.

section // a section, like a blog
    article  // one article of the blog
        section // intro of the article
        section // main of the article
        section // summary of the article
    article  // one article of the blog
        section // intro of the article
        section // main of the article
        section // summary of the article
2 Likes

Thank you for your help.