azl397985856 / fe-interview

宇宙最强的前端面试指南 (https://lucifer.ren/fe-interview)
Apache License 2.0
2.84k stars 260 forks source link

【每日一题】- 2019-11-28 - HTML5中的header标签和footer可以在一个页面中出现多次么?为什么? #71

Closed azl397985856 closed 4 years ago

azl397985856 commented 4 years ago

完全可以。 header 和 footer的 可以在任意的section中出现。 由于一个页面允许使用多个section,因此header和footer当然可以出现多次。

参考:https://html.spec.whatwg.org/multipage/dom.html#sectioning-content