Using section element for stylistic layout and wrappers

后端 未结 2 651
庸人自扰
庸人自扰 2020-12-18 05:30

I often use divs for stylistic layouts(pieces of markup with no content, specifically focused on the design) and wrappers on sites. With that said, Why should sections not b

2条回答
  •  一整个雨季
    2020-12-18 05:37

    I'm not an expert in semantics, but I believe that using a section as a wrapper for an entire site, for example, overrides any semantic function of this tag. That is, search engines, etc.. will interpret it as a div.

提交回复
热议问题