Bạn đặt chế độ tương thích với IE như thế nào?

{{FormatNumbertoThousand(model.total_like)}} lượt thích
508 lượt xem
Html/CSS middle

Bằng cách sử dụng thẻ meta có các thuộc tính http-equiv = “X-UA-Compatible”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>
Câu hỏi tiếp theo: Có gì mới trong html5?
{{login.error}}