Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
フォーラムのトピックを表示するために、次のコードを使用することをお勧めするかどうかはわかりません。
<article> <section>First post</section> <section>Second post</section> <section>etc</section> </article>
それは正しいか、代わりに使用する必要があります<div>か?
<div>
やります(更新)
<section> <article>First post</article> <article>First post</article> </section> <section> <article>Second post</article> <article>Second post</article> </section> <section> <article>etc</article> <article>etc</article> </section>