Place <meta charset=""> tag above <title> tag
We've found a few references that indicate the <meta charset> declaration should precede the <title> declaration in the <head> element. Seems like it's preferable to have it immediately after the opening <head> tag.
https://www.w3.org/International/questions/qa-html-encoding-declarations
https://code.google.com/archive/p/doctype-mirror/wikis/MetaCharsetAttribute.wiki
1
vote
