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
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.