Josh Buchea 汇总了所有可以放入 <head> 中的内容,以及原因。
我刚学到一个有趣的事实,head 中唯一可接受的元素是 <link>、<script>、<meta>、<title> 和 <noscript>(更新:还有 <base> 和 <template>)。 如果你在里面放任何其他内容,所有浏览器都会突然结束 <head> 并开始 <body>。

另外,这种在 head 中放东西的激增至少部分解释了为什么 manifest.json 存在。