What happens if the meta tags are present in the document body?

后端 未结 9 1767
有刺的猬
有刺的猬 2020-11-29 06:26

I am working on a ASP application and the code, template and files are organized in a way that does not allow me to alter anything outside the body tag. So I am thinking abo

9条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-29 06:43

    The bottom line is to avoid this whenever possible when the DOCTYPE forbids it. I think this is definitely permitted in HTML5 and very useful in cases using microdata. Example: http://schema.org/Event

提交回复
热议问题