【问题标题】:<article> and <section> for forum's topics? [duplicate]<article> 和 <section> 用于论坛的主题? [复制]
【发布时间】:2013-01-30 18:27:16
【问题描述】:

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

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

这是正确的还是我应该使用&lt;div&gt;

【问题讨论】:

标签: html forum article


【解决方案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>

【讨论】:

  • 谢谢你,我认为你是对的。
  • 但是你为什么要这样做?
  • 语义?部分比文章更通用,文章是特定类型的部分。想想报纸及其组织方式。
猜你喜欢
  • 1970-01-01
  • 2010-11-05
  • 1970-01-01
  • 2012-10-28
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2012-02-02
  • 2010-10-05
相关资源
最近更新 更多