HTML5中的Section标签与div class =“section”中定义的相同节之间的区别是什么

时间:2016-03-31 09:27:51

标签: html css html5

请给我详细说明以下代码之间的区别

         <section >
          Some text goes here...
         </section>

和div里面一样写

          <div class="section">
                 Some text goes here...
        </div>

2 个答案:

答案 0 :(得分:0)

  

<section>标记了section<div>标记了一个通用块   没有相关的语义。

See it here on SO

答案 1 :(得分:0)

这可能是What is the difference between <section> and <div>?

的副本

但回答你的问题部分标签是一个html5语义标签,代表文件或应用程序的通用部分