Starting from IE 8, IE has added compatibility mode, and when enabled, it will be rendered in a lower version of IE. But sometimes this will cause problems with the web page, so we usually add the following code to html to make IE use a fixed rendering mode:
Copy the code