+ 1
Is it right? I read this one from another comment
<section> <section> <article>
5 ответов
+ 3
thank you catalin👍👍
+ 2
section
section
article
or
article
section
section
which one is right
+ 1
So what is the question here?
+ 1
<section>
<article>
<!-- first blog post -->
</article>
<article>
<!-- second blog post -->
</article>
<article>
<!-- third blog post -->
</article>
</section>
But also:
<article>
<section id="introduction">
</section>
<section id="content">
</section>
<section id="summary">
</section>
</article>
+ 1
you're welcome 😁