What's the difference if <meta http-equiv=“X-UA-Compatible” content=“IE=edge”> exists or not?
The X-UA-Compatible meta tag allows web authors to choose what version of Internet Explorer the page should be rendered as content="IE=Edge" or force IE to render it as is for Google's Chrome Frame chrome=1
Here are your options:
"IE=edge"
"IE=10"
"IE=EmulateIE10"
"IE=9"
"IE=EmulateIE9
"IE=8"
"IE=EmulateIE8"
"IE=7"
"IE=EmulateIE7"
"IE=5"
Or for Chrome=1 Info for IE:
content="IE=Edge,chrome=1"











