can use anything in any order? does placing of is important before
Most browsers don't mind how you order your elements, but you should always specify charset
first.
Best practices for IE7+ require that the charset
, X-UA-Compatible
, and base
declarations occur before anything else in the head
, otherwise the browser starts over and re-parses everything that came before.