Bằng cách sử dụng thẻ meta có các thuộc tính http-equiv = “X-UA-Compatible” và IE = edge.
IE = edge yêu cầu Internet Explorer hiển thị nội dung ở chế độ cao nhất hiện có.
Ví dụ:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="description" content="I am a web page with description" />
<title>PhongvanIT.com</title>
</head>
<body></body>
</html>