In <head>, which comes first: <meta> or <title>?
问题 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 will process the text above as ASCII with no specific format that it only known once the tag is analyzed. http://www.xul.fr/en/html5/html.php Does the standard specify the order? Are there disadvantages in either order? 回答1: As all of the other answers have already indicated, it usually doesn't matter. Here's a bit more about when it matters and why. First