search

Home  >  Q&A  >  body text

HTML5中的article和section的主要区别是什么?

HTML5中的article和section的主要区别是什么?

大神,求带!大神,求带!2802 days ago1890

reply all(2)I'll reply

  • 数据分析师

    数据分析师2017-10-01 01:12:24

    What is the main difference between article and section in HTML5? -PHP Chinese website Q&A-What are the main differences between article and section in HTML5? -PHP Chinese website Q&A

    Let’s take a look and learn.

    reply
    0
  • 伊谢尔伦

    伊谢尔伦2017-03-28 16:02:56

    在HTML5中,article元素可以看成是一种特殊类型的section元素,它比section元素更强调独立性。即section元素强调分段或分块,而article强调独立性。具体来说,如果一块内容相对来说比较独立的、完整的时候,应该使用article元素,但是如果你想将一块内容分成几段的时候,应该使用section元素。另外,在HTML5中,p元素变成了一种容器,当使用CSS样式的时候,可以对这个容器进行一个总体的CSS样式的套用。


    reply
    0
  • Cancelreply