In HTML5, can the
and
tags appear outside of the <body> tag?

后端 未结 8 1481
梦谈多话
梦谈多话 2020-12-01 07:12

I\'m currently using the above tags in this way (classic tag order):


  ...
  
    
...
8条回答
  •  抹茶落季
    2020-12-01 08:01

    Well, the tag has nothing to do with the

    tag. In the head comes all the metadata and stuff, while the header is just a layout component.
    And layout comes into body. So I disagree with you.

提交回复
热议问题