1

我不知道使用此代码显示论坛主题是否是一个好主意:

<article>
    <section>First post</section>
    <section>Second post</section>
    <section>etc</section>
</article>

这是正确的还是我应该使用<div>

4

1 回答 1

1

我愿意(更新)

<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>
于 2013-02-14T20:37:21.743 回答