Home  >  Q&A  >  body text

除了 视频和音频标签有点用外,其他的什么 <footer> <section>等等没什么用 ,html都可以做?

phpcn_u814phpcn_u8142772 days ago1013

reply all(2)I'll reply

  • 数据分析师

    数据分析师2017-10-01 00:23:48

    Except for the video and audio tags, which are somewhat useful, the other <footer> <section> etc. are useless. Can they be done with HTML? -PHP Chinese website Q&A-Except for the video and audio tags, which are somewhat useful, other tags such as <footer> <section> are useless. Can they be done with HTML? -PHP Chinese website Q&A

    Let’s take a look and learn.

    reply
    0
  • 怪我咯

    怪我咯2017-02-17 13:43:44

    作为技术人,如果不是特指微信平台上的H5网页,尽量不要把HTML5简称为H5;

    <footer>、<section>这些都是语义化的标签,尽管他们本身可能和<div>区别不大,但是在写复杂点的页面时,它们一方面可以增加HTML代码的可读性(程序员看到代码时的可读性+搜索引擎看到代码时的可读性);另一方面,也可以为CSS和JS的选择器提供某些便利


    reply
    0
  • Cancelreply