IE Compatibility Mode
Summary
Internet Explorer supports the use of a document compatibility tag to specify what version of IE the page should be rendered as. Unless circumstances require otherwise, it's most useful to instruct IE to use the latest supported mode with edge mode.
For more information, read this awesome Stack Overflow article.
Helpful Links
<meta http-equiv="X-UA-Compatible" content="IE=Edge">