In <head>, which comes first: <meta> or <title>?

前端 未结 5 1613
臣服心动
臣服心动 2020-12-24 00:42

In head, which comes first: meta or title?

I was reading this:

This [meta] tag should be the first in the HEAD section, because the server w

5条回答
  •  天涯浪人
    2020-12-24 01:37

    The order of the tags is almost completely irrelevant.

    That quote is talking about .
    If you use that tag, it should come first, so that the browser knows which encoding to use to parse the rest of the document.

    As long as you don't have any non-ASCII characters before it, its location doesn't matter.

提交回复
热议问题